Re: Sending binary data to a subprocess

2004-07-16 Thread Jeremy Begg
Hello Craig, >At 9:57 PM +0930 7/15/04, Jeremy Begg wrote: >> >>I think what I'm asking for is binmode-type processing on the data being >>passed to the mailbox, but is this possible? > >Have a look at VMS::Stdio : > >$ perldoc VMS:Stdio > >specifically either calling vmsopen with "ctx=bin" as the

Re: Sending binary data to a subprocess

2004-07-15 Thread Craig A. Berry
At 9:57 PM +0930 7/15/04, Jeremy Begg wrote: > >I think what I'm asking for is binmode-type processing on the data being >passed to the mailbox, but is this possible? Have a look at VMS::Stdio : $ perldoc VMS:Stdio specifically either calling vmsopen with "ctx=bin" as the optional VMS-specific a

Sending binary data to a subprocess

2004-07-15 Thread Jeremy Begg
Hi, I'm setting a system which allows users to upload files to a web server. The server is running HP Secure Web Server (aka Apache) V1.3 on OpenVMS Alpha 7.3-2. Perl 5.006.01 is installed to work with Apache. I have a form which is generated using the CGI.pm module and it includes a file uploa