Jonathan Rockway wrote: > Good find. The whole complicated [% BLOCK %] business that I was > complaining about was actually the problem. I admit to never having > used [% BLOCK %], so that's why I didn't run into the problem. > > Regards, > Jonathan Rockway >
Ah, that makes sense. What do you usually do in stead of using BLOCK? Do you put anything that will be INCLUDEd or PROCESSed into separate files? I tend to put all related small chunks of HTML, Javascript, etc into separate, named BLOCKs in a single .tt2 file. And for anything I'll be using on a regular basis, I make them MACROs instead. Cheers, Brian _______________________________________________ List: [email protected] Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
