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
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
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
> -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