Re: Testing an array for a match

2008-04-10 Thread itshardtogetone
Hi, How about this :- foreach (@Treasures){ if ($_=~ /:1:2:3:/){ print "do your stuffs here\n": } } - Original Message - From: "Lou Hernsen" <[EMAIL PROTECTED]> To: ; <[EMAIL PROTECTED]> Sent: Thursday, April 10, 2008 1:07 AM Subje

Re: Testing an array for a match

2008-04-10 Thread Jeff Pang
On Thu, Apr 10, 2008 at 1:07 AM, Lou Hernsen <[EMAIL PROTECTED]> wrote: > Hallo > > I have an array > @Treasures > and I want to match anywhere in it for > /:1:2:3:/ > can I > if (@Treasures =~ /:1:2:3:/){} > or do i have to change (@Treasures to $Treasures and then > $Treasures = @Treasure

Testing an array for a match

2008-04-10 Thread Lou Hernsen
Hallo I have an array @Treasures and I want to match anywhere in it for /:1:2:3:/ can I if (@Treasures =~ /:1:2:3:/){} or do i have to change (@Treasures to $Treasures and then $Treasures = @Treasures ; if ($Treasures =~ /:1:2:3:/){} Just thought I'd ask first, I have to take mother in law to Dr.