I just installed Perl 5.6.1 and Embperl 2.0b8 on a box to start transitioning my 1.3.4 stuff over. Are single quotes no longer allowed in html? I was getting a compilation error because of a select option including a single quote.
<option>St. Ann's Bay</option> To fix I either had to use the html escape $ or make it a Perl string to escape it like below. <option>[+ 'St. Ann\'s Bay' +]</option> Is this behaving as it should? Thanks. Saadiq --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
