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

Re: code checker

by bart (Canon)
on Jan 23, 2003 at 11:10 UTC ( [id://229280]=note: print w/replies, xml ) Need Help??


in reply to code checker

Check out B::Xref. It comes with the standard distribution. You invoke it by running this at the command line:
perl -MO=Xref yourscript.pl
for a human readable form, outlined; or
perl -MO=Xref,-r yourscript.pl
for the raw table output.

It's a bit coarse around the edges, but it'll do most of what you want, I think.

Update: In addition, you might be interested in the profiling modules in the Devel::* hierarchy. Check out the series of articles by brian d foy on DDJ's website, like this one, on Devel::Coverage.

Replies are listed 'Best First'.
Re: Re: code checker
by Jaap (Curate) on Jan 23, 2003 at 19:51 UTC
    This is a very usefull module (and new to me). Although not exactly what i had in mind, it is pretty cool.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://229280]
help
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: (8)
As of 2024-04-25 10:58 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found