A simple question:

Whats the escape code for a " in a Perl string? I need it as HTML uses "s, and my Perl script would obviously treat it as the end of the string parameter as just a ", which would mess up the HTML.

Thanks in advance.