Subject: | importing symbols doesn't appear to work |
Hi,
The documentation suggests the following should work:
use use 'strict', 'warnings', 'Module::Path' => ['module_path'];
print "path = ", module_path('use'), "\n";
But I get an error message:
Undefined subroutine &main::module_path called at ./use.pl line 5.
This is either a bug in the code, or a bug in the documentation :-)
Couldn't possibly be a bug a my brain!