Cheers Rolf
(addicted to the Perl Programming Language and ☆☆☆☆ :)
see FindBin, it's core.
use FindBin qw($Bin); use lib "$Bin";
or
use FindBin qw($Bin); require $Bin.'/lib.pm';
In reply to Re: Local library for module test script (updated FindBin)
by LanX
in thread Local library for module test script
by mikosullivan
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |