1. How to write a "caller-inspecting" module? - Perl
2. More controlled Module loading - Faking output from caller
Hi I'm trying to write my own function that works like use but outputs a more user friendly error message if the module isn't present. My current tactic is to have my function in it's own package, and it uses File::Package to do the loading - however this doesn't import things into the correct namespace (neither does calling import() directly for some packages that have redefined it). Is there any way I can change what caller() returns, so my function does not appear and everything behaves as if it was called from the namespace that called my function? Alternatively, are there any other solutions? Stuart Moore
3. ANNOUNCE: new Perl module to interface with Ingres utility netutil (and others: iinamu, iimonitor)
4. Best practice to patch a existing module written by others
Hi all, I would like to ask what is the "official"/"best practice" to write patch on a existing module which is original written by others? The module I planned to patch is "Math::Amoeba". Thanks in advance. Tom
5. How to find Modules used by a Given Module - Perl
6. How do I tell if a module exists?
How can I tell whether or not a module exists, and what version it is? i.e. do something like if (defined CGI.pm). I want to make sure all my users are running off of the same modules. Thanks in advance, Dan
7. how to tell perl to look for where a new module is installed - Perl
8. How to tell what modules are installed?
Our SysAdmins have created a Solaris package of perl5.8.0 and installed a number of packages from CPAN. What's the best way to get a list of all the installed modules? Thanks, jim