in reply to Re: perl module creation problem
in thread perl module creation problem
It seems that @EXPORT = qw( foo ) works in addition to @EXPORT = qw( &foo ) for a function foo in the module. I didn't realize the "&" was required. Why does it still work without the "&"?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: perl module creation problem
by Jenda (Abbot) on Nov 13, 2009 at 15:27 UTC | |
by Anonymous Monk on Nov 13, 2009 at 16:27 UTC |