Path: utzoo!attcan!uunet!brunix!jsb From: jsb@cs.brown.edu (John Bazik) Newsgroups: comp.lang.perl Subject: getwd Message-ID: <45303@brunix.UUCP> Date: 19 Jul 90 14:15:30 GMT Sender: news@brunix.UUCP Reply-To: jsb@cs.brown.edu (John Bazik) Organization: Brown University Department of Computer Science Lines: 10 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