Lines Matching refs:file
505 $ERROR = "Couldn't open file $fn: $!";
627 # Use a different template file syntax:
658 # Parse template with different template file syntax:
687 You can store a template in a file outside your program. People can
696 file C<formletter.tmpl>:
882 went wrong. For example, if you try to create a template from a file
885 Couldn't open file xyz.tmpl: No such file or directory
896 The most common type of source is a file:
900 This reads the template from the specified file. The filename is
924 end-of-file, and that text is the template:
971 evaluate the Perl code in the file. (It is afraid that a malicious
972 person might have tampered with the file.)
975 tell C<Text::Template> that a certain file is trustworthy by supplying
978 come from a file, as long as the filename itself is considered
1274 the name of the template file (if there was one). The line number
1326 If you give C<fill_in> a C<FILENAME> option, then this is the file name that
1475 name of the file that contains the template you want to fill in. It
1478 If you are going to fill in the same file more than once in the same
1480 It will be a lot faster because it only has to read and parse the file
1494 function that opens a file and dumps out its contents, and call it
1511 to insert the text from the named file at that point. If you are
1516 Suppose you don't want to insert a plain text file, but rather you
1608 text of your template file, you are out of luck---it is up to you to
2348 When submitting a bug or request, please include a test-file or a
2349 patch to an existing test-file that illustrates the bug or desired