in reply to Class/Object Method Lister

Very cool. It would be neat to do some additional "formatting" on the output, e.g. to provide stubs for common pod headings, or whatnot.

It would also be neat if the module being listed in this way could be given as a command-line parameter. But I couldn't figure out how to do that... Even though it works to say "require IO::File" instead of "use IO::File", it does not seem to work with "require $ARGV[0]" or anything of that sort (putting "IO::File" on the command line).