Re: matching lines in array - other ways to code

2008-09-10 Thread Mr. Shawn H. Corey
On Wed, 2008-09-10 at 18:14 -0700, Noah wrote: > Hi there, > > could somebody please suggest some other ways to simplify the reading > and perhaps make the following process quicker? I have a better example > now. > > print CHANGE "not sure\n" unless ( grep (/not\ssure/, @lines ) ); > print CHA

Re: matching lines in array - other ways to code

2008-09-10 Thread Paul Johnson
On Wed, Sep 10, 2008 at 06:37:31PM -0500, Wagner, David --- Senior Programmer Analyst --- WGO wrote: > > From: Noah [mailto:[EMAIL PROTECTED] > > > > could somebody please suggest some other ways to simplify the reading > > and perhaps make the following process quicker? > > > > > > print CHA

Re: matching lines in array - other ways to code

2008-09-10 Thread Noah
Wagner, David --- Senior Programmer Analyst --- WGO wrote: -Original Message- From: Noah [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 10, 2008 16:28 To: Perl Beginners Subject: matching lines in array - other ways to code Hi there, could somebody please suggest some other wa

RE: matching lines in array - other ways to code

2008-09-10 Thread Wagner, David --- Senior Programmer Analyst --- WGO
> -Original Message- > From: Noah [mailto:[EMAIL PROTECTED] > Sent: Wednesday, September 10, 2008 16:28 > To: Perl Beginners > Subject: matching lines in array - other ways to code > > Hi there, > > could somebody please suggest some other ways to simplify the reading > and perhaps make