http://www.perlmonks.org?node_id=83734


in reply to chdir does not work on win2000

Works fine for me - v5.60 (ActiveState build).
chdir ("c:/temp"); exec "dir";
Prints out my temp dir. What kind of problem are you having? What is the error you get back? "Doesn't work" doesn't tell me a lot.