NAME

pmsubs

DESCRIPTION

prints to screen all subs defined in a perl code file

OPTION FLAGS

-p show only public methods/subs, dont show subs starting with an underscore.
-d debug on
-v print version and exit
-h help
-P list all on one line, prep pod

EXAMPLE USAGE

pmsubs ./script.pl
pmsubs ./lib/Module.pm
pmsubs -p ./lib/Module.pm
pmsubs -p ./lib/*pm

AUTHOR

Leo Charre leocharre at cpan dot org

SEE ALSO

LEOCHARRE::Dev