in reply to Re^2: HTML::Template::Compiled - TMPL_EACH
in thread HTML::Template::Compiled - TMPL_EACH
You could have something like:
<%each hash sort=num reverse=1 %>
Meaning that by default it wouldn't reverse.
The solution of having sort=num or alpha looks good to me.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: HTML::Template::Compiled - TMPL_EACH
by tinita (Parson) on Sep 06, 2008 at 02:26 UTC | |
by mmanso (Initiate) on Sep 06, 2008 at 16:03 UTC |