in reply to Re^2: problem with paths to library files
in thread problem with paths to library files
use vars qw/$RealDir/; BEGIN{ $0 =~ m/(.*\/)/;#location of this file $RealDir = $1 . "libs"; }; use lib "$RealDir";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: problem with paths to library files
by almut (Canon) on Jan 17, 2007 at 12:52 UTC |