in reply to Class/Object Method Lister
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).
|
|---|