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
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
> 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
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
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
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