Within-script solution: use lib '.';
In this case script will search libraries in cwd. If you want it to search them in the same directory as script itself you better use:
use FindBin qw($Bin); use lib "$Bin";
In reply to Re^2: Script works in XP but not Ubuntu?
by zwon
in thread Script works in XP but not Ubuntu?
by BassKozz
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |