On 28 Feb 2009, at 21:27, Ashley wrote:
Just throwing that out there if anyone is under that part of the
hood or someone Googling for why their Chained stuff won't work
made the same error in assumptions I just did. :)
Wild stab in the dark, Path works like this:
my @register = @{ $act
A quick look through the Changes file doesn't show this has changed
so I'm pinging the list.
Path equates with Path("")
PathPart does not work, though, you have to spell out PathPart("")
Just throwing that out there if anyone is under that part of the hood
or someone Googling for why the
On Thu, Jan 22, 2009 at 4:48 PM, Oliver Charles
wrote:
> I might as well join in with this :) Here's what we use at work:
>
> [% IF pager %]
>
> Page [% pager.current_page %] of [%
> pager.last_page %]
> «
> [% IF pager.previous_page %]
> <
> [% END %]
>