Re: Determine script full path.



I have found the solution.

use Cwd;
$dir = cwd();

Thanks.

.