Re: Deleting Lines From File

2012-04-09 Thread Shlomi Fish
Hi ExecMan, On Thu, 5 Apr 2012 13:44:57 -0700 (PDT) ExecMan wrote: > Hi, > > We have a Perl script that sends out emails. It reads a sequential > file and sends out the emails. The file is big, like 500,000 lines. > > Sometimes this process has gone down and it is a pain to see whom > we've

Re: Deleting Lines From File

2012-04-09 Thread Binish A.R
on the way you wish to implement ),  which should be the line number to start reading from. From: ExecMan To: beginners@perl.org Sent: Friday, April 6, 2012 2:14 AM Subject: Deleting Lines From File Hi, We have a Perl script that sends out emails.  It reads

Deleting Lines From File

2012-04-09 Thread ExecMan
Hi, We have a Perl script that sends out emails. It reads a sequential file and sends out the emails. The file is big, like 500,000 lines. Sometimes this process has gone down and it is a pain to see whom we've sent to and whom we have not. Is there a way within the script to remove the addres