/[webpac2]/trunk/lib/WebPAC/Output/TT.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/lib/WebPAC/Output/TT.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 32 by dpavlin, Sun Jul 17 22:28:11 2005 UTC revision 33 by dpavlin, Sun Jul 24 15:35:46 2005 UTC
# Line 69  Create output from in-memory data struct Line 69  Create output from in-memory data struct
69    
70   my $text = $tt->apply(   my $text = $tt->apply(
71          template => 'text.tt',          template => 'text.tt',
72          data => @ds          data => \@ds
73   );   );
74    
75  =cut  =cut
# Line 104  to a file. Line 104  to a file.
104   $tt->to_file(   $tt->to_file(
105          file => 'out.txt',          file => 'out.txt',
106          template => 'text.tt',          template => 'text.tt',
107          data => @ds          data => \@ds
108   );   );
109    
110  =cut  =cut

Legend:
Removed from v.32  
changed lines
  Added in v.33

  ViewVC Help
Powered by ViewVC 1.1.26