halfcountplus has asked for the wisdom of the Perl Monks concerning the following question:
{ package thispack; use base ("Exporter"); our @EXPORT = ("thisfunc"); sub thisfunc {
However, calls to "thisfunc" still require the package name. What have I got wrong?use mine ("thispack");
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: how to export methods from module [only partially SOLVED]
by ikegami (Patriarch) on May 03, 2009 at 17:30 UTC | |
|
Re: how to export methods from module [only partially SOLVED]
by shmem (Chancellor) on May 03, 2009 at 21:42 UTC | |
by Anonymous Monk on May 03, 2009 at 22:14 UTC | |
|
Re: how to export methods from module [only partially SOLVED]
by Anonymous Monk on May 03, 2009 at 17:21 UTC |