Lines Matching refs:result
90 # are tainted, all the others become tainted too as a result of
462 my $result = $templ->fill_in(@_);
464 $result;
655 # Print result text instead of returning it
709 The result of filling in this template is a string, which might look
725 template into the example result, and prints it out:
741 my $result = $template->fill_in(HASH => \%vars);
743 if (defined $result) { print $result }
778 front of a brace) escapes its special meaning. The result of filling
801 are evaluated the usual way. The result of the last statement
802 executed will be evaluated in scalar context; the result of this
1252 yields this result:
1382 printed to STDOUT. This may result in the output appearing more
1476 returns the result text. or C<undef>, as usual.
1650 my $result = $boo + 12; # $boo is misspelled and should be $foo
1681 { my $result = $boo + 12; # $boo is misspelled and should be $foo
1720 { my $result = $boo + 12; # $boo is misspelled and should be $foo
1885 to use some other variable or all sorts of strangeness will result.
1921 they should be taken literally. The result in the output looks like this:
2001 the result text. For this, subclass and replace the C<append_text_to_result>