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
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
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
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