RSS | Module Info | Add a review of FindBin-libs
FindBin-libs
(1.24)
A welcome addition to the "FindBin" idea. I primily use FindBin for the purpose addressed here -- to find a perl library directory relative to the script being called. This module allows me to replace:
use FindBin (qw/$Bin/);
use lib ("$Bin/../../perllib");
With
use FindBin::libs qw(base=perllib);
Mark Stosberg - 2006-02-28T12:11:30 (permalink)
5 out of 5 found this review helpful.
Was this review helpful to you?
Yes
No

