Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: Pod Usage

by Random_Walk (Prior)
on Sep 09, 2005 at 10:17 UTC ( [id://490500]=note: print w/replies, xml ) Need Help??


in reply to Pod Usage

Is this what you are looking for ?

if ($target !~ /..../) { print "Syntax Error: Target should be x or y or z\n"; pod2usage(-verbose => 1); # just the usage exit; }

Update

BTW, as I see you are a perl@newbie are you using strict and warnings in your script? If not have a look at Use strict warnings and diagnostics or die to see why it is a good idea.

Cheers,
R.

Pereant, qui ante nos nostra dixerunt!

Log In?
Username:
Password:

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

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

    No recent polls found