To: perl5-porters@perl.org, vmsperl@perl.org
Message-Id: <3.0.6.32.
19990105164731.00b5b2d0@ous.edu>
(the ext/IO/lib/IO/Socket.pm was not really changed here;
it was a leftover from #2569)
p4raw-id: //depot/cfgperl@2570
return;
#ifdef VMS
+ {
int i = 0;
char name[10 + TYPE_DIGITS(int)] = "DCL$PATH";
}
i++;
}
+ }
#endif /* VMS */
svp = hv_fetch(GvHVn(PL_envgv),"PATH",4,FALSE);