At 03:29 PM 5/3/2001 -0400, [EMAIL PROTECTED] wrote:
>Dear perl users:
>
>I was trying to install perl on my Alpha Server 800 running OpenVMS 7.1
>and DEC C V5.6-003.  The @Configure appeared to run well, as did the
>MMS command I ran following the @Configure.  There didn't appear to be
>any unusual error messages.  When I ran the MMS TEST command a few of the
>tests (about 6) returned messages that they would not run on this platfom
>and two failed ([.op]read, [.pod]find).  When I ran the proscribed
>commands to analyze the failures @[.vms]test.com "" "-v" [.op]read.t,
>@[.vms]test.com "" "-v" [.pod]find.t, and MCR []MINIPERL "-V" I did
>not get any output at all...
>
>What gives?

That's simple. None of them worked but we didn't tell you. :)

Seriously, test.com does a SET MESSAGE/NOT_A_DAMN_THING_EVER_AGAIN and if 
it exits incorrectly it leaves things such that you won't see any errors. 
(What, me, bit by this one? Nah... :)

Anyway, you left out an argument to test.com. It should be:

   @[.vms]test.com .EXE "" "-v" op/read.t

Without the .exe bit there, Odd Things Happen. (Or fail to happen, rather)

                                        Dan

--------------------------------------"it's like this"-------------------
Dan Sugalski                          even samurai
[EMAIL PROTECTED]                         have teddy bears and even
                                      teddy bears get drunk

Reply via email to