in reply to Re^3: Exporter problem
in thread Exporter problem

Hello, I understand your suggestion,
but what I like to do is to add two or more path in @INC:
- the first is the directory of the script;
- the second one is another directory inside the script.
So, something like this:
use lib ($FindBin::Bin,"$FindBin::Bin/LIB");
Is it right?
Thank you

Replies are listed 'Best First'.
Re^6: Exporter problem
by almut (Canon) on Jun 04, 2010 at 08:43 UTC
    Is it right?

    Yes :)

      thank you!