> -----Original Message-----
> From: eric [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, December 12, 2002 4:04 AM
> To: [EMAIL PROTECTED]
> Subject: add new piece of html code in perl not 
> success:internal server
> error
> 
> 
> Dear perl users:
> 
>   I want to copy a piece of html code to my site,
> 
> src="https://www.paypal.com/images/x-click-but6.gif"; border="0"
> name="submit" alt="Make payments with PayPal - it's fast, 
> free and secure!">
> </form>
> 
> tthen it just show nothing( a piece of white) then I tried to 
> put \ before
> every "
> 
> then it have errror,
> Internal Server ERror

"Internal Server Error" means: go check your web server error log. That's
where the real error message will be.

Also, make sure your script compiles:

   $ perl -c yourscript.cgi

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

Reply via email to