NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
not stupid (Score:1)
But when the module you want to "use" isn't under your control, you have to workaround it somehow. Sub::Exporter does provide a recipe to do this for modules that use Exporter.pm:
http://search.cpan.org/~rjbs/Sub-Exporter-0.978/lib/Sub/Exporter/Cookbook.pod#E
Mark