Re: [Perl-unix-users] grep

2003-03-31 Thread Jenda Krynicky
From: "Mundell, R. \(Ronald\)" <[EMAIL PROTECTED]> > I need to know how to do multiple grep's with a single grep. What do you mean? You mean you want to filter the list using several conditions? @result = grep {condition1($_) and condition2($_) and condition3($_)} @list; Or you want to

[Perl-unix-users] grep

2003-03-31 Thread Mundell, R. \(Ronald\)
Title: grep Good Day All I need to know how to do multiple grep's with a single grep. Ronald Mundell This email and any accompanying attachments may contain confidential and proprietary information.  This information is private and protected by law and, accordingly, if you are not