Hi
Use counter like this, here is psudocode
my $count=0; foraech(@fs_list) { $count++; if($count == 6) { print qq(<div class="row-fluid hideInIE8 data">); $count=0; } ... ... ... }
In reply to Re: foreach loop
by vinoth.ree
in thread foreach loop
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |