> From: SMTP%"[EMAIL PROTECTED]"
> To: JLAURET
> CC:
> Subj: Re: Problem with perl after upgrade
>
> 7.2, or 7.2-1 with patches? I've got the same setup here (5.004_04 built
> for who knows what version of VMS, VMS 7.2-1, CGI) that works fine.
With all patches installed indeed ...
>
> Try editing line 95 and change this:
>
> VMS=>'\\'
>
> to this:
>
> VMS=>'/'
>
> and see if it works better. Also, do you have a TMP, TEMP, VAR, or USR
> logical? And does this maybe have its home on an ODS-5 disk?
>
Yes. I have tested it a little bit more since my last posting.
The TMP logical is defined to point on SYS$SCRATCH. The CGI.pm
passes \usr\tmp \var\tmp and chocks on \tmp . The failinbg test
is not the -d (which is fine) but the -w would cause the same crash
within the code. The funny part is :
- if I do a perl -e "if( -w ""\tmp"") { print ""Hello"";}"
this passes fine.
- Within the CGI.pm it makes the thing crash.
If I replace VMS=>'\\' by VMS=>'/' it works.
Note that this module USED TO WORK before ... Is this
a CRTL bug worth reporting ?
Thanks Dan, one more problem you are solving for me ...
,,,,,
( o o )
--m---U---m--
Jerome