On Thursday, October 3, 2002, at 10:01 PM, Puneet Kishor wrote: > I have Golive 5, but didn't invest in 6 because I discovered it didn't > do anything for Perl.
Why would you expect it to? Golive is a WYSIWYG HTML editor - the requirements for which are a great deal different from those of a good Perl editor. Furthermore, your HTML code shouldn't be in the same file as your Perl code anyway - good programming practice dictates putting it in an external template. There are literally a dozen or more CPAN modules for "filling in the blanks" when using such templates - my own favorite is Text::Template, but your mileage may vary. sherm--