in reply to help me with errors in perl module.
i used right sysntax for exportIf you mean this by "right sysntax" (sic!)
you are mistaken. To assing to an array, useour @EXPORT_OK(myFunction);
our @EXPORT_OK = qw(myFunction);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: help me with errors in perl module.
by veerubiji (Sexton) on Oct 13, 2011 at 09:07 UTC |