in reply to Relative paths in included files
If you want to know the exact path of modules you're including, the %INC hash should have that.use FindBin; use lib "$FindBin::Bin/../lib"; or use FindBin qw($Bin); use lib "$Bin/../lib";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Relative paths in included files
by a,s5 (Initiate) on Jun 05, 2004 at 02:33 UTC | |
by a,s5 (Initiate) on Jun 05, 2004 at 03:22 UTC |