Lines Matching refs:into
553 # install the variables into the specified package,
690 parts of the program into the template. That prevents code bloat and
725 template into the example result, and prints it out:
795 so the C<\n> really does turn into a newline. See the note at the end
803 statement is a string, which is interpolated into the template in
807 fragments will persist into later fragments:
822 The value of C<$x> set in the first line will persist into the next
825 into the last line. The output will look something like this:
838 into the template, and you want the template to generate a bulleted
1058 back into the main program. Evaluating the template in a private
1112 You may not want to put the template variables into a package.
1189 loading all the variables into the package, and then filling out the
1192 option, C<Text::Template> loads the variables into the package you
1199 whose contents are loaded into the template package one after the
1233 interpolated into the template as if that value had been the return
1236 interpolated into the output of the template in place of the program
1247 interpolated into the template at the place the error occurred, so
1320 message into C<$error> this way. Then the function that called
1356 will be placed into the safe compartment and evaluation will take
1364 without C<PACKAGE>, the hash variables are imported into a private,
1366 without C<PACKAGE>, the hash variables will just be loaded into the
1374 making it into a big string and returning the string. If you supply
1483 =head2 Including files into templates
1491 into your template. VoilE<agrave>.
1505 This imports the C<_load_text> function into package C<Q> with the
1513 \&Text::Template::_load_text> into the hash instead of importing it
1533 The text C<The King> doesn't get into the form letter. Why not?
1541 private. Put the variables into package variables in some other
1556 worry that evaluation of the little programs will creep out into the
1805 works, first consider what happens if you put this into a template:
1810 to turn into
1819 it would turn into
1981 into their template output.