Re: [Perl-unix-users] HTTP::Request & ERROR 500

2001-10-18 Thread $Bill Luebkert
SuccessInMind wrote: > > Hi, > > I am a little confused... > > When call the script directly from the browser like this: > > http://www.mydomain.com/cgi-bin/YForm.cgi?lastname=Charette&email > [EMAIL PROTECTED]&name=Normand& > > The script execute just fine. > > When I call it from a differe

[Perl-unix-users] HTTP::Request & ERROR 500

2001-10-18 Thread SuccessInMind
Hi, I am a little confused... When call the script directly from the browser like this: http://www.mydomain.com/cgi-bin/YForm.cgi?lastname=Charette&email [EMAIL PROTECTED]&name=Normand& The script execute just fine. When I call it from a different script with my request (below) with either th

RE: [Perl-unix-users] Setting env vars in hp-ux

2001-10-18 Thread Craig Sharp
Craig, That did the trick. Thanks for your assistance. Craig >>> "Arnold, Craig" <[EMAIL PROTECTED]> 10/17/01 07:07PM >>> Try: $ENV{UNIX95} = "XPG4" ; I use HP-UX also and have used this many times, although it hasn't got much to do with HP-UX. Any processes initiate

Re: [Perl-unix-users] Setting env vars in hp-ux

2001-10-18 Thread Simon Oliver
I would put this in a BEGIN block to make certain that the variables are set before any other code is executed. BEGIN { $ENV{UNIX95} = "XPG4"; } -- Simon Oliver ___ Perl-Unix-Users mailing list. To unsubscribe go to http://listserv.ActiveSt