Somu schreef:
> why wont the following work?
> 
>  $q = shift;

   print length($q), "\n";

>  $p = "pass";
>  if ( $q =~ m/$p/i ) { print 'match' }
> 
>  But it works on changing the $q and $p places..


-- 
Affijn, Ruud

"Gewoon is een tijger."

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to