Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

pbeckingham's scratchpad

by pbeckingham (Parson)
on Jun 03, 2004 at 09:58 UTC ( [id://360021]=scratchpad: print w/replies, xml ) Need Help??

# For regex diagnostics use re 'debug'; # For detailed regex explanations use YAPE::Regex::Explain; my $regex=YAPE::Regex::Explain->new(qr/.../); print $regex->explain; # For opcode and optimizer details perl -MO=Concise ... # Almost like ctags perl -MO=Xref myscript.pl >myscript.xref # Profiling perl -d:DProf test.pl # Dependencies perl -l -MSOAP::Lite -e 'foreach (keys %INC) {s#/#::#g; chop;chop;chop +; print}' # Options GetOptions help => sub {usage; exit}, verbose => \(my $verbose = 1), # Defaults to 1 "debug=i" => \ my $debug, silent => \ my $silent, or die "....";
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 cooling their heels in the Monastery: (2)
As of 2025-07-19 18:22 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?
    erzuuliAnonymous Monks are no longer allowed to use Super Search, due to an excessive use of this resource by robots.