in reply to Re^12: can't import using exporter
in thread can't import using exporter
Like tobyink answered That's because it's called module_notional_filename
You typed module_notational_filename but didn't copy/paste module_notional_filename
$ perl -MModule::Runtime=module_notational_filename -e 1 "module_notational_filename" is not exported by the Module::Runtime mo +dule Can't continue after import errors at -e line 0. BEGIN failed--compilation aborted. $ perl -MModule::Runtime=module_notional_filename -e 1
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
| A reply falls below the community's threshold of quality. You may see it by logging in. |