$var = qq(<img 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>);

Or no qq, and then quotemeta($var);

perldoc -f quotemeta

Btw, you forgot <img in the beginning :)

--------------
Bob Erinkveld (Webmaster Insane Hosts)
www.insane-hosts.net
MSN: [EMAIL PROTECTED]




From: "eric" <[EMAIL PROTECTED]>
Reply-To: "eric" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Subject: add new piece of html code in perl not success:internal server error
Date: Thu, 12 Dec 2002 02:04:22 -0700

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

I know it is just this piece of new code make ghost.

Please help

Sincere Eric
www.linuxspice.com
linux/window pc for sale


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

_________________________________________________________________
Chatten met je online vrienden via MSN Messenger. http://messenger.msn.nl/


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

Reply via email to