in reply to Question regarding "require" or "use"

Try FindBin module to find the module.

Example:

use FindBin; use lib $FindBin::Bin; #ensure we can find ParseUtil use ParseUtil qw(Util1 Util2 Util3 );
Regards

Replies are listed 'Best First'.
Re^2: Question regarding "require" or "use"
by Aristotle (Chancellor) on Oct 02, 2003 at 20:32 UTC