in reply to Push local lib paths to @INC array

I use 'use lib' (sorry) in combination with 'FindBin' with a Perl/Tk app I'm working on.,

use FindBin; use lib $FindBin::Bin . '/lib';

FindBin documentation

Replies are listed 'Best First'.
Re^2: Push local lib paths to @INC array
by zrajm (Beadle) on Feb 17, 2009 at 19:24 UTC