Quoting Adriaan de Groot <adridg at cs.kun.nl>: > While perl has a chdir() function, I can't find a cwd or pwd in perl. use Cwd; $dir = cwd(); Cwd is a standard Perl package. -Scott