[comp.lang.perl] getwd

jsb@cs.brown.edu (John Bazik) (07/19/90)

Is there a better way to getwd in perl than

	$cwd=`/usr/bin/pwd`;

?

$ENV{'PWD'} isn't reliable and I don't see getwd in syscall.h.

John Bazik
jsb@cs.brown.edu