Lines Matching defs:source
63 my $source = _param('source', %a);
70 unless (defined $source) {
91 # sharing the expression with them. We install $source separately
93 $self->{SOURCE} = $source;
157 sub source {
771 The C<Text::Template> module scans the template source. An open brace
893 template object. C<SOURCE> says where the template source code will
894 come from. C<TYPE> says what kind of object the source is.
896 The most common type of source is a file:
910 The C<TYPE> can be C<ARRAY>, in which case the source should be a
920 The C<TYPE> can be FILEHANDLE, in which case the source should be an
926 # Read template source code from STDIN:
937 type source
940 -type -source
1005 Loads all the template text from the template's source, parses and
1267 The source code of the program fragment that failed
1327 you loaded the template source from. This only affects the error message that