If straight text, then could just read the first line and start on the second:
        my $MyHdrLine = <FILEIN>; # get first line
        WHILE ( <FILEIN> ) {

       }

        You have bypassed first line(has carriage return still with it.
        Now you start your processing.

Wags ;)

-----Original Message-----
From: Scott [mailto:[EMAIL PROTECTED]]
Sent: Monday, January 07, 2002 12:00
To: [EMAIL PROTECTED]
Subject: Stripping records


Hi:

I have a file that contains a header row, I want to remove the first line 
and start processing
on the second line.  Would you recommend using seek to scan for the last 
word in the first line?

Thanks,

-Scott


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

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

Reply via email to