in reply to Exporting symbols from another package
That should be just
our @EXPORT_OK = qw(transform_one transform_two);
Update: sorry, I didn't read the question carefully enough. As BrowserUk noted you should first import functions into Foo.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Exporting symbols from another package
by BrowserUk (Patriarch) on Mar 29, 2010 at 19:33 UTC |