On Wed, Jul 9, 2008 at 12:44 AM, luke devon <[EMAIL PROTECTED]> wrote:
> Hi
>
> How can we define NULL values in perl ? for instance if I wanted to assign a 
> NULL value for a variable called "$x= , how would it be in the code ?
>
> Thank you
> Luke

The closest Perl has to NULL is undef. Or maybe they are the same. Not sure...

$x = undef;

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


Reply via email to