[1920] in testers
perl
daemon@ATHENA.MIT.EDU (Richard Basch)
Sat May 23 23:41:31 1992
Date: Sat, 23 May 92 23:40:57 -0400
To: testers@MIT.EDU, marc@MIT.EDU
From: "Richard Basch" <basch@MIT.EDU>
This bug applies to both 7.4 and to the perl locker:
<tardis!probe> {/mit/nfs-afs/src}
506% ./migrate.pl -d -f test.data
Can't locate syscall.ph in @INC (did you run h2ph?) at ./migrate.pl line 12.
Exit 2
This makes it hard to do:
syscall(&SYS_gethostname,...);
(and of course, gethostname is not yet implemented in perl, but
gethostbyname is).
-R