Hi Parag!

On Saturday 09 Jan 2010 22:04:40 Parag Kalra wrote:
> Or let me put it this way - How can we pass an input parameter as an undef
> 

You can't put an undef in an @ARGV argument from the command line because all 
command-line arguments are strings. However, you can have it as an empty 
string:

<<<
$ perl input.pl One "" Three
>>>

Regards,

        Shlomi Fish

> Cheers,
> Parag
> 

-- 
-----------------------------------------------------------------
Shlomi Fish       http://www.shlomifish.org/
Parody on "The Fountainhead" - http://shlom.in/towtf

Bzr is slower than Subversion in combination with Sourceforge. 
( By: http://dazjorz.com/ )

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


Reply via email to