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

    Wouldn't he have to import the functions from the Foo::Transfoms namespace into the Foo namespace before he could export them from the Foo namespace?


    Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
    "Science is about questioning the status quo. Questioning authority".
    In the absence of evidence, opinion is indistinguishable from prejudice.