Re: Re:seek a string

2001-09-13 Thread Curtis Poe
> > Original Message --- > >From: Jorge Goncalvez <[EMAIL PROTECTED]> > >To: [EMAIL PROTECTED] > >Cc: > >Subject: Re:seek a string > > > >Hi, I would like to open a file and know if a string exists. > >How can I do this? > >Th

Re: Re:seek a string

2001-09-13 Thread Nestor Dutko
How about: my $cmd='grep string file'; unless (defined $cmd) { die "string not found"; } > Original Message --- >From: Jorge Goncalvez <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Cc: >Subject: Re:seek a string > >Hi, I would like to open a

Re:seek a string

2001-09-13 Thread Jorge Goncalvez
Hi, I would like to open a file and know if a string exists. How can I do this? Thanks -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]