.------[ [EMAIL PROTECTED] wrote (2002/11/20 at 11:35:11) ]------
 | 
 |  I know there must be an easy way to do this...
 |  help greatly appreciated, Thanks
 |  
 `-------------------------------------------------

    open(IN, "myfile.txt") or die "Cannot open file: $!\n"; 

    my $first_line = <IN>; 

    close(IN); 

 ---------------------------------
   Frank Wiles <[EMAIL PROTECTED]>
   http://frank.wiles.org
 ---------------------------------


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to