in reply to (jeffa) Re: print file in cgi with perl
in thread print file in cgi with perl

Since print prints a list, you don't even need the for:

print @array;

----
I wanted to explore how Perl's closures can be manipulated, and ended up creating an object system by accident.
-- Schemer

Note: All code is untested, unless otherwise stated