in reply to
Finding relative path to called script
try:
use FindBin qw($Bin);
[download]
$Bin is now your script's path.
Enjoy,
Mickey
Comment on
Re: Finding relative path to called script
Download
Code
In Section
Seekers of Perl Wisdom