
pmsubs

prints to screen all subs defined in a perl code file

-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

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

Leo Charre leocharre at cpan dot org
