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

Re: Warnings for unused subs? here's find_unused_subs.pl!

by dada (Chaplain)
on Jul 26, 2002 at 10:12 UTC ( [id://185481]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
        next if exists $subused{ $sub };
        print "$subdef{ $sub } $sub\n";
    }
    
  2. or download this
    __END__
    $_=q,just perl,,s, , another ,,s,$, hacker,,print;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (3)
As of 2024-04-25 22:16 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found