grashoper has asked for the wisdom of the Perl Monks concerning the following question:
my $sitelist_file="<c:\supportweb\content\sitelist.txt" open DATA, $sitelist_file; my @lines=<DATA>; close DATA; for each my $line (@lines){ $response->write($line); }
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: open a file and print out to webbrowser
by Sidhekin (Priest) on Oct 30, 2007 at 19:15 UTC | |
Re: open a file and print out to webbrowser
by throop (Chaplain) on Oct 30, 2007 at 23:11 UTC | |
by Sidhekin (Priest) on Oct 30, 2007 at 23:15 UTC |