[htmltmpl] TMPL_LOOP limit or count

2011-04-29 Thread David A. Bandel
to be about 200 lines long. Any way to have the TMPL_LOOP stop output after 15 or so table lines? Nothing in the docs suggests a way to do this (or am I missing something?). TIA, David A. Bandel -- Focus on the dream, not the competition.             - Nemesis Air Racing Team motto Visit my web page

Re: [htmltmpl] TMPL_LOOP limit or count

2011-04-29 Thread David A. Bandel
/presentation split that HTML::Template enforces... Knew I was missing something. Michael suggested in another post HTML::Template::Expr, but I like the CSS method a little better. Thanx. Vijay Krishna Ramesh vijay.krishna.ram...@gmail.com - Reply message - From: David A. Bandel

Re: [htmltmpl] TMPL_LOOP limit or count

2011-04-29 Thread David A. Bandel
On Fri, Apr 29, 2011 at 16:37, Michael Peters mpet...@plusthree.com wrote: On 04/29/2011 05:28 PM, David A. Bandel wrote: my @calloutdata; foreach $callskey ( sort {$callnum{$b}=  $callnum{$a}} keys %callnum){     my %outbound;     $outbound{EXTENNUMCALLED}  = $callskey;     $outbound