Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
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 romping around the Monastery: (9)
As of 2024-03-28 10:17 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found