$pwd = `pwd`; # for unix $pwd = `cd`; # I think, for that other OS I never use chomp($pwd);