Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: code checker

by Tanalis (Curate)
on Jan 23, 2003 at 10:43 UTC ( [id://229274]=note: print w/replies, xml ) Need Help??


in reply to code checker

I'd suggest you take a look at perl -w and/or use warnings; - they'll provide a lot of useful information for some (although not all) of what you need, for example warning about variables that are only used once, and (known) calls that can return a zero value that haven't been checked for.

Perldoc has some useful information about using warnings here.

Above and beyond that, I'm not aware of any tool that does what you ask - maybe others can point you in a better direction there.

Hope that helps ..
-- Foxcub

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (4)
As of 2024-04-25 05:43 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found