/[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 20 by dpavlin, Sun Jul 17 11:37:07 2005 UTC revision 21 by dpavlin, Sun Jul 17 22:28:11 2005 UTC
# Line 67  sub new { Line 67  sub new {
67    
68  Create output from in-memory data structure using Template Toolkit template.  Create output from in-memory data structure using Template Toolkit template.
69    
70  my $text = $tt->apply( template => 'text.tt', data => @ds );   my $text = $tt->apply(
71            template => 'text.tt',
72            data => @ds
73     );
74    
75  =cut  =cut
76    

Legend:
Removed from v.20  
changed lines
  Added in v.21

  ViewVC Help
Powered by ViewVC 1.1.26