Re: delete first line of the text file

2002-01-28 Thread Malunas
THANKS A LOT!!! "Malunas" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I have a log file in text format. I need to delete the first line so I could > put the rest in MySQL database. How do I delete only the first line of this > text file? > Thanks for your he

Re: delete first line of the text file

2002-01-27 Thread Deen Hameed
easy.. just read the filehandle like so... ; Perl still reads the line like with a normal assignment; it just disappears 'cause there was nowhere to put it.. you're welcome deen On Sun, 27 Jan 2002, Malunas wrote: > I have a log file in text format. I need to delete the first line s

Re: delete first line of the text file

2002-01-27 Thread Daniel Gardner
Sunday, January 27, 2002, 10:00:44 PM, Malunas wrote: > I have a log file in text format. I need to delete the first line so I could > put the rest in MySQL database. How do I delete only the first line of this > text file? perldoc -q "delete a line in a file" -- Best Regards, Daniel

delete first line of the text file

2002-01-27 Thread Malunas
I have a log file in text format. I need to delete the first line so I could put the rest in MySQL database. How do I delete only the first line of this text file? Thanks for your help. Malunas -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]