Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: Check For null Arguments

by rnewsham (Curate)
on Mar 13, 2013 at 15:32 UTC ( [id://1023234]=note: print w/replies, xml ) Need Help??


in reply to Check For null Arguments

I don't have access to activeperl for a true test but for me on linux this tweak of an extract of your code seems to work.

use strict; use warnings; my $dir = $ARGV[0]; print("ARG=", "$dir", "<<<<<<\n"); if (!$dir) { print ("No Folder Name given!\n"); exit; } print( "The Folder Name is: ", "$dir", "\n" ); #fixdir($dir); print "Done..."

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (2)
As of 2024-04-25 21:24 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found