Re: Regular Expression Problem

2007-08-10 Thread themachinator
[EMAIL PROTECTED] wrote: > Mr. Shawn H. Corey wrote: > > [EMAIL PROTECTED] wrote: > > > Morning All, > > > > > > I've a relatively minor problem that has been giving me a headache for > > > several days. I know there are many other ways to do this, however I'd > > > like to know why this isn't wor

Re: Regular Expression Problem

2007-08-10 Thread themachinator
[EMAIL PROTECTED] wrote: > Mr. Shawn H. Corey wrote: > > [EMAIL PROTECTED] wrote: > > > Morning All, > > > > > > I've a relatively minor problem that has been giving me a headache for > > > several days. I know there are many other ways to do this, however I'd > > > like to know why this isn't wor

Re: Regular Expression Problem

2007-08-10 Thread themachinator
Mr. Shawn H. Corey wrote: > [EMAIL PROTECTED] wrote: > > Morning All, > > > > I've a relatively minor problem that has been giving me a headache for > > several days. I know there are many other ways to do this, however I'd > > like to know why this isn't working. The snippet of code in question >

Regular Expression Problem

2007-08-10 Thread themachinator
Morning All, I've a relatively minor problem that has been giving me a headache for several days. I know there are many other ways to do this, however I'd like to know why this isn't working. The snippet of code in question is as follows if($ARGV[2] =~ /port/i && $ARGV[3] =~ /nick/i) { Thanks