Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

matrixmadhan's scratchpad

by matrixmadhan (Beadle)
on Oct 10, 2008 at 08:04 UTC ( [id://716382]=scratchpad: print w/replies, xml ) Need Help??

use Getopt::Long; my ($name, $debug, $help); if ( ! GetOptions( 'name=s' => \$name, 'verbose' => \$debug, 'help|?' => \$help ) or defined $help ) { usage(); } sub usage { print "Usage:\t " . (basename $0) . " [OPTIONS]\n"; print "Options:\n"; }
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

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

    No recent polls found