in reply to Re: Not getting clean HTML using printin thread Not getting clean HTML using print
or use alternative quotes:
print 'hello "world"'; print qq{hello "world"}; [download]