Re: Deletion of lines in file using perl

2008-04-23 Thread Chas. Owens
On Wed, Apr 23, 2008 at 8:56 AM, <[EMAIL PROTECTED]> wrote: > Hi All, > > I need to delete some lines in file using Perl. The requirement is that > I have one file which contains following lines. > > Element * checkdout > Element * latest. snip You should read http://perldoc.perl.org/perlfaq5

Re: Deletion of lines in file using perl

2008-04-23 Thread J. Peng
On Wed, Apr 23, 2008 at 8:56 PM, <[EMAIL PROTECTED]> wrote: > Hi All, > > > > I need to delete some lines in file using Perl. The requirement is that > I have one file which contains following lines. > Please submit your question to "[EMAIL PROTECTED]". -- J. Peng - QQMail Operation Team eM

Deletion of lines in file using perl

2008-04-23 Thread Irfan.Sayed
Hi All, I need to delete some lines in file using Perl. The requirement is that I have one file which contains following lines. Element * checkdout Element * latest. And now I want to delete these lines using Perl script. Please help. Regards, Irfan