Hi All,

Basically I want these input :
name=
   name=
name        =
   name   =

But I did not want these input:
my name =
name is =
my name is =

--

if ( /\s*name\s*=/) {
     print "Match: $_";
}

did not works as i expected.



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


Reply via email to