in reply to Re: Out of a hole?in thread Out of a hole?
if($^O eq "MSWin32") { $pwd = `cd`; } else { $pwd = `pwd`; } [download]