At 10:38 AM -0700 1/15/04, Michael Downey wrote:
>
>The real problem we're running into due to this bug is that we have an
>install script that sets up anonymous FTP via calling the
>SYS$MANAGER:TCPIP$CONFIG dcl script. I don't believe we could change that
>script since it is a system provided scr
"Craig A. Berry" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
>
> Yeah, this is nasty stuff and I think has affected you before as
> well. I'm sorry it hasn't been fixed, but I don't know how to fix it
> without breaking other things. The basic issue, IIRC, is that when a
> command
At 1:59 PM -0700 1/7/04, Michael Downey wrote:
>I believe I have another problem with the way Perl is doing the spawning of
>subprocesses. Here is an example. I built a DCL script called TEST.COM
>which is as follows:
>$ INQUIRE A "Enter data to print"
>$ WRITE SYS$OUTPUT "Received: ''A'"
I believe I have another problem with the way Perl is doing the spawning of
subprocesses. Here is an example. I built a DCL script called TEST.COM
which is as follows:
$ INQUIRE A "Enter data to print"
$ WRITE SYS$OUTPUT "Received: ''A'"
Then I built a TEST.PL script which is as follows: