------_=_NextPart_001_01C8A450.2B09AF70
Content-Type: text/plain;
charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
Hi All,
=20
How to find out whether the string contains null values or empty data.
=20
For example : I have one scalar variable $str and now I want to check
whether it contains any data or not.
=20
What I did : If ($str eq "NULL" || $str eq " "){ print $str conatins
nothing\n";}
=20
Is this correct?? Because doing as per above code , I am not getting
proper result.
=20
Please help
=20
Regards,
Irfan
=20
------_=_NextPart_001_01C8A450.2B09AF70--