Hi there
i just accidently discoverd that line 7790 of perl l2h, which reads
$path = &getcwd;
should actually read
$path = &getcwd();
otherwise my perl complains about wrong syntax during compile-time.
BTW, the recent Override.pm defines stuff which is
actually already defined in a os-specific posix modul (i.e. getcwd).
Wouldn't it be easier to use
use POSIX;
and than simply make a call to getcwd without bothering about the
local definition? Is POSIX supported on the windows platforms?
So long
Uli
--
Uli Wortmann
Dept. of Geology Fax (Switzerland) (1) 632 1080
ETH-Zuerich Fon 3694
email: [EMAIL PROTECTED], http://bonk.ethz.ch