Rev 9350 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
use Cwd;
chdir($ARGV[0]);
my $currentdir = getcwd();
my $currentdir = cwd();
print "$currentdir";