
fashimpaur
User
Sep 6, 2000, 4:07 AM
Post #2 of 5
(7788 views)
|
Shinned, May not be the best way, but try this: <BLOCKQUOTE><font size="1" face="Arial,Helvetica,sans serif">code:</font><HR> my $fileVar; open (INFILE, "myfile.txt"); while (defined($line = <INFILE> )){ $fileVar .= $line; } close (INFILE); </pre><HR></BLOCKQUOTE> HTH, Dennis
|