Paginator::Lite

A simple paginator
Download

Paginator::Lite Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Blabos de Blebe
  • Publisher web site:
  • http://search.cpan.org/~blabos/

Paginator::Lite Tags


Paginator::Lite Description

Paginator::Lite is a Perl module that helps automate the creation of paging links.SYNOPSIS use Paginator::Lite; my $paginator = Paginator::Lite->new({ curr => 3, items => 65, frame_size => 5, page_size => 10, base_url => '/foo/items', }); ... $paginator->first # 1 $paginator->last # 7 $paginator->begin # 1 $paginator->end # 5 $paginator->next # 4 $paginator->prev # 2 $paginator->base_url # '/foo/items'Product's homepage


Paginator::Lite Related Software