RE: CGI Parser

2001-08-17 Thread Martin Vorlaender
Nick Paszty <[EMAIL PROTECTED]> wrote: > we have perl installed on vms and i'm trying to get my html form field > parser to work. i've been using the following form parser on unix > without a problem (different path to interpreter). > > #!lardat4disk:[perl] This should be the name of the perl in

RE: :System and *_VECTOR item codes

2001-08-17 Thread Carl Friedberg
On a DS20E, VMS7.2-1: $ write sys$output f$getsyi("thermal_vector") FF01 $ On an ES40, VMS7.2-1: $ write sys$output f$getsyi("thermal_vector") $ Neither of these seems useful... Carl > -Original Message- > From: Craig A. Berr

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

RE: :System and *_VECTOR item codes

2001-08-17 Thread Dan Sugalski
At 06:41 AM 8/17/2001 -0400, Carl Friedberg wrote: >On a DS20E, VMS7.2-1: > >$ write sys$output f$getsyi("thermal_vector") >FF01 >$ > >On an ES40, VMS7.2-1: > >$ write sys$output f$getsyi("thermal_vector") > >$ > >Neither of these seems u

RE: :System and *_VECTOR item codes

2001-08-17 Thread Craig A. Berry
At 12:45 PM -0400 8/17/01, Dan Sugalski wrote: >At 06:41 AM 8/17/2001 -0400, Carl Friedberg wrote: >>$ write sys$output f$getsyi("thermal_vector") >> >>$ >> >>Neither of these seems useful... > >They aren't. You've apparently got a set of systems without the on-chi

RE: :System and *_VECTOR item codes

2001-08-17 Thread Carl Perkins
Dan Sugalski <[EMAIL PROTECTED]> wrote: >>On a DS20E, VMS7.2-1: >> >>$ write sys$output f$getsyi("thermal_vector") >>FF01 >>$ >> >>On an ES40, VMS7.2-1: >> >>$ write sys$output f$getsyi("thermal_vector") >> >>$ >> >>Neither of these seems