Lines Matching full:prepend
65 my $prepend = _param('prepend', %a);
82 PREPEND => $prepend,
89 # Under 5.005_03, if any of $stype, $prepend, $untaint, or $broken
279 my $t = $self->{PREPEND};
288 $self->{PREPEND} = $_[1] if $#_ >= 1;
311 my $fi_prepend = _param('prepend', %fi_a);
625 $template = Text::Template->new(PREPEND => q{use strict;}, ...);
662 # Prepend specified perl code to each fragment before evaluating:
663 $text = $template->fill_in(PREPEND => q{use strict 'vars';}, ...);
988 =item C<PREPEND>
991 overridden in the arguments to C<fill_in>. See L<C<PREPEND> feature
1389 =item C<PREPEND>
1392 of every program fragment. See L<C<PREPEND> feature and using
1634 =head2 C<PREPEND> feature and using C<strict> in templates
1665 PREPEND => 'some perl statements here'
1670 PREPEND => 'use strict;'
1687 write it explicitly, because the C<PREPEND> option added it for you
1691 template object with C<new>, you can also supply a C<PREPEND> option,
1693 that template. If the C<fill_in> call has its own C<PREPEND> option,
1701 except where overridden by C<PREPEND> options to C<new> or C<fill_in>.
1703 An alternative to adding "use strict;" to the PREPEND option, you can
1736 It could come from the C<PREPEND> option in the C<fill_in> call, from
1737 the C<PREPEND> option in the C<new> call that created the template
1753 prepend, it first looks in the template object itself, and if not, it