PROBLEM FIXED: Redirecting a multipart/form-data POST request

2001-01-25 Thread Darren Stuart Embry
od_perl/1.24_01 on a trial basis and things seem to be working fine for now without the use of Mr. Kortemeyer's code, which served well as a short-term workaround. :) Thanks to both of you, Darren -- Can the pissing-people-off business model continue to work? Darren Stuart Embry. http://www.webonastick.com/

Re: Redirecting a multipart/form-data POST request

2001-01-16 Thread Darren Stuart Embry
irst place. Darren [1] http://perl.apache.org/guide/snippets.html#Convert_a_POST_Request_into_a_GE -- Darren Stuart Embry. A whole roasted almond in every piece! http://www.webonastick.com/ ``To undo most things in Excel, click the undo button.'' -- Actual ToolTip from Microsoft Office 97

Redirecting a multipart/form-data POST request

2001-01-15 Thread Darren Stuart Embry
rt/form-data from the socket and then allow CGI.pm to continue to process it, and would this work? Thank you, Darren -- Darren Stuart Embry. Kicking down some kind examples of how to keep your karma clean. http://www.webonastick.com/ ``I base most of my fashion taste on what doesn't itch.'' --- Gilda Radner

bidirectional pipe problem --- process doesn't see input

2000-10-22 Thread Darren Stuart Embry
--- use strict; use lib '/usr/local/webonastick/perl'; use WebOnAStick::Test::Test qw(try_pipe_1 try_pipe_2); my $input = "This is a test. foo.\nThis is another test. foo.\n"; my ($status1,$output1) = try_pipe_1($input); die "