Re: Recent experimentation with perl@15489 and MM 5.52_01

2002-03-26 Thread LBOHAN
-Original Message- From: Michael G Schwern [mailto:[EMAIL PROTECTED]] Hmm. This could be a few things. I don't quite understand the difference between: makemakerdflt : all makemakerdflt :: all makemakerdflt : all $(NOECHO) $(NOOP) makemakerdflt :: all

Re: VMS::System and *_VECTOR item codes

2001-08-17 Thread LBOHAN
The item codes: POWER_VECTOR, TEMPERATURE_VECTOR, THERMAL_VECTOR, and FAN_VECTOR are defined in syidef.h for recent VMS and C versions. However, that doesn't mean the underlying hardware and supporting cpu routines know how to serve up this info. Unfortunately, $getsyi will fail if even

Re: perl5.6 spawn problem while redirect STDOUT

2001-07-13 Thread LBOHAN
Hmm. I also noted the following information while running: Logical name T found in environment as DYM$SOURCE:[DYMAX.PERL5006_ACTIVE.PERL-5_6_1.HARNESS] deassign before building perl5 A:..ACTIVE.PERL-5_6_1 I expect you may have already looked at this; no offense intended, but is there even

Re: what the heck is $^S (was Re: waitpid return status)

2001-06-06 Thread LBOHAN
Return-path: [EMAIL PROTECTED] From: Craig A. Berry [EMAIL PROTECTED] Subject: RE: what the heck is $^S (was Re: waitpid return status) To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] [snippage]... Excellent news. My only suggestion is to hack the mbx device driver and make

Re: Storable, store_fd(), retrieve_fd()

2001-04-05 Thread LBOHAN
this patch did indeed do the trick. I found a wealth of references to Storable in the mailing archives, and as it turned out, I recognized/remembered most of them.. my apologies for spamming the list. -ldb At 9:04 PM -0800 4/4/01, [EMAIL PROTECTED] wrote: Does anyone have the

MMS vs redefined macros; [WAS: EmuMail: makefile.pl script]

2001-02-07 Thread LBOHAN
2) On the FIRST, and ONLY on the first, invocation of INSTMOD.COM, I get the following warning in MMS: ... %MMS-W-MBREDEFILL, Illegal attempt to redefine macro INSTALLDIRS. not especially VMS-Perl related, but thought I'd point out that when working w/ a make script that

Re: %RMS-F-IOP opening DECNET object under VMS 7.2

2000-09-07 Thread LBOHAN
#! perl -w open F, "stat_logger" or die "error [$!][$^E]"; print F END; ! this is some ! comment text END close F; __END__ works fine on all our VMS 7.1 boxes, but on a VMS 7.2-1 box the open dies with %RMS-F-IOP, operation invalid for file organization or device Guess #1.

general patch question

2000-05-24 Thread LBOHAN
I was going to work on getting current (5.6.0 vs 5.005_02) and wondered about the patches for 5.6.0. I've all/(most?) of the patches posted to the VMS perl list, (albeit buried away in mail folders) So, I wondered if thereis any one place that has all the current patches in one place?