RSS | Module Info | Add a review of FindBin-libs

4 out of 4 found this review helpful:

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-28 12:11:30
Was this review helpful to you?  Yes No


the camel