Thread
:
Anyone knows how to make a perl script read 1 line in a file?
View Single Post
10-10-2001, 06:09 PM
Lane
Will code for food...
Join Date: Apr 2001
Location: Buckeye, AZ
Posts: 8,496
php code:
$stuff = file('filename.txt');
$line = $stuff[0];
Lane
View Public Profile
Visit Lane's homepage!
Find More Posts by Lane