View Single Post
Old 08-20-2005, 02:50 PM   #13 (permalink)
idx
Senior Grasshopper
 
idx's Avatar
 
Join Date: Jun 2003
Location: FL
Posts: 317
idx is on a distinguished road
Quote:
Originally Posted by fp_unit
Code:
#!/usr/bin/perl

open(FILE, "> yourfile.txt");
while(line = <FILE>)
{
    # do something with line
}
? No, that would write to the file.

-r
idx is offline   Reply With Quote