Hi all, I've printed a block of text using:
print <<eof; <a href="mailto:$email_address?subject=This%20is%20the%20subject">email me</a> eof The problem is that using <<eof, the script prints spaces instead of %20. I want it to print %20 and let Internet Explorer to convert it to spaces because otherwise the HTML validator gives me errors. I know that using <<eof, it prints using double quoted string, and interprets the $email_address, and I want that, but do I have an option for printing the %20 as it is without interpreting it? Thank you. Teddy, [EMAIL PROTECTED] -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]