in reply to Re: Not getting clean HTML using print
in thread Not getting clean HTML using print

>In the strings to print, you should escape the double quotes

or use alternative quotes:

print 'hello "world"'; print qq{hello "world"};