Hi
Could you please let me know how to change the working directory without going under through setting the path variable process.
I am using the following code.
use warnings;
use strict;
use Cwd;
chdir ('/user/bin') or die can not change the directory.
if there is only one way then let me know how do we set the variable $ENV{HOME}.
With warm regards
Mayank