In Perl, I want to get the current working directory of any process.
e.g. We have command "pwdx" in unix which gives current working directory of a process.
I want similar "pwdx " in perl.
Please let me know any Perl command which gives me current working directory of a process.
Note: I am on Windows platform and not in Unix platform.
Regards,
Amol