http://qs1969.pair.com?node_id=350743


in reply to POSTing from one script to another

This code runs fine out of apache with one fix - your missing a closing } at the end of your first code block to close the else statement. (I also removed your version requirements for LWP,etc, as I'm not as fancy as you ;) ). If after that it still doesn't work right from the command line, then I would suspect its your command line syntax that's at fault, not the rest of the code.



"I have never written bad code. There are merely unanticipated features."

Replies are listed 'Best First'.
Re: Re: POSTing from one script to another
by Anonymous Monk on May 05, 2004 at 12:27 UTC
    Also, I notice that it worked on my w2k/iis/activestate, but not on the production server, which is freebsd/apache/perl5.6.1... which is so unusual!