Hi there, I am trying to match an expression that would perform different tasks depending on the returned value: #if (arguments begin with "<A HREF=") if ($args =~ /^\<A HREF=.*/i) { # do this } else { # do this } but it always fails to return any thing. Can some one tell me what am I doing wrong? Appreciate all the help... -r -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
- Re: Help with regex Rasoul Hajikhani
- Re: Help with regex Curtis Poe
- Re: Help with regex Rasoul Hajikhani