> -----Original Message-----
> From: Anderson, Carlin [mailto:[EMAIL PROTECTED]]
> Sent: Friday, October 19, 2001 2:53 PM
> To: '[EMAIL PROTECTED]'
> Subject: Parsing question
> 
> 
> We are integrating with the Yahoo storefront for some 
> customers, and I am
> having a problem accessing some of the data elements within 
> the data stream.
> 
> ...(snip)...
> 
> My problem is when I try to access the Gift-Wrap elements, 
> the program just
> dies where I after the first print to OUT.  I have tried 
> everything I know
> of, but I am relatively new to this.  Any help would be 
> greatly appreciated.

1. Check server error log for error messages related to
the script dying.

2. You have "use CGI", but then you are trying to parse
the request yourself. Don't do that. Let CGI do it.

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to