Maurice O'Prey wrote:
> All
>
> I have to admit defeat on this one and will gladly acknowledge anyone
> who solves it as a genius!

Maurice

This isn't really a beginners Perl question, so don't be surprised if
you get an objector or two. However, unrelated to your problem is the
suggestion that you should use 'here documents' as the basis for
outputting the chunks of JavaScript.

print <<END;
<HEAD>
<TITLE>$browser_title_030</TITLE>
END

The string 'END' can be any text you like, but must be flush with the
left margin.

At least this will get rid of all those print stetements and quotation
marks and make your JavaScript more readable (and fixable!).

HTH,

Rob




-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to