Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: Check For null Arguments

by AnomalousMonk (Archbishop)
on Mar 13, 2013 at 16:25 UTC ( [id://1023251]=note: print w/replies, xml ) Need Help??


in reply to Check For null Arguments

Further to ramlight's post: One could also write something like this very early in the code:
    die "no command line arguments given" unless @ARGV;

Replies are listed 'Best First'.
Re^2: Check For null Arguments
by rfleisch (Initiate) on Mar 13, 2013 at 17:44 UTC
    Thanks for these TWO tips. I have included them in my little perl script to have as a reference. Best regards to All -Ray

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1023251]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (3)
As of 2024-04-25 10:18 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found