in reply to Re: working with relative pathsin thread working with relative paths
use vars qw($Bin); BEGIN { $Bin = qx(pwd) } chdir $Bin . $ARGV[0]; [download]