--- trunk/lib/WebPAC/Output/TT.pm 2005/07/17 22:28:11 21 +++ trunk/lib/WebPAC/Output/TT.pm 2005/07/24 15:35:46 33 @@ -69,7 +69,7 @@ my $text = $tt->apply( template => 'text.tt', - data => @ds + data => \@ds ); =cut @@ -104,7 +104,7 @@ $tt->to_file( file => 'out.txt', template => 'text.tt', - data => @ds + data => \@ds ); =cut