------=_Part_4590_30846289.1208858056309
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
perldoc -f defined should answer your question.
On Tue, Apr 22, 2008 at 1:39 PM, <Irfan.Sayed@[EMAIL PROTECTED]
> wrote:
> Hi All,
>
>
>
> How to find out whether the string contains null values or empty data.
>
>
>
> For example : I have one scalar variable $str and now I want to check
> whether it contains any data or not.
>
>
>
> What I did : If ($str eq "NULL" || $str eq " "){ print $str conatins
> nothing\n";}
>
>
>
> Is this correct?? Because doing as per above code , I am not getting
> proper result.
>
>
>
> Please help
>
>
>
> Regards,
>
> Irfan
>
>
>
>
------=_Part_4590_30846289.1208858056309--


|