Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: When -w and use strict aren't enough...

by dada (Chaplain)
on Nov 06, 2003 at 12:18 UTC ( [id://305031]=note: print w/replies, xml ) Need Help??


in reply to When -w and use strict aren't enough...

RMGir, meet B::Xref. B::Xref, meet RMGir :-)

I've published elsewhere a little script which parses the output of B::Xref to catch unused subs. if you just change the last four lines to:

foreach my $sub (keys %subused) { next if exists $subdef{ $sub }; print "UNDEFINED SUB: $subused{ $sub } $sub\n"; }
you have something that will catch your handelNewYear error :-)

cheers,
Aldo

King of Laziness, Wizard of Impatience, Lord of Hubris

Replies are listed 'Best First'.
Re: Re: When -w and use strict aren't enough...
by RMGir (Prior) on Nov 06, 2003 at 12:29 UTC
    Thanks!

    I think both the unused and undeclared options look pretty useful.

    Your post is a reply to Warnings for unused subs, an interesting thred I'd missed.


    Mike

    PS: I liked that side trip to Re: Re: ESMTP, linefeed and <CRLF> before you fixed your link; it made me wonder if I'd accidentally gotten decaf this morning :)

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (6)
As of 2024-04-26 09:38 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found