On 07/19/2012 02:46 PM, ikeusmaximus wrote: > P.S. I have noticed many perl (I think they are perl) commands throughout > the .html files. Some are preceded by the "%" character. Is this the perl > equivalent of "commenting out code?"
No. That's Mason syntax for a line of Perl. Mason is the templating library used in RT which lets you interpolate HTML and Perl in the same file. http://masonbook.com
