in reply to get absolute path of the module inside it
my $FULLPATH; BEGIN { use Cwd (); $FULLPATH = Cwd::abs_path(__FILE__) }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: get absolute path of the module inside it
by Anonymous Monk on May 19, 2010 at 21:06 UTC |