in reply to Any harm in not using Exporter at all in my procedural modules?
but that's probably it. Note that the following form will work without Exporter:use Foo '1.002';
use Foo 1.002;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Any harm in not using Exporter at all in my procedural modules?
by Anonymous Monk on Feb 23, 2010 at 17:00 UTC |