HTML::PageIndex

HTML::PageIndex is a Perl class to create HTML page index objects.
Download

HTML::PageIndex Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Kevin Meltzer
  • Publisher web site:
  • http://search.cpan.org/~sherzodr/Class-PObject-2.17/docs/Philosophy.pod

HTML::PageIndex Tags


HTML::PageIndex Description

HTML::PageIndex is a Perl class to create HTML page index objects. HTML::PageIndex is a Perl class to create HTML page index objects.SYNOPSIS use HTML::PageIndex; $foo = new HTML::PageIndex; $zog = $foo->makeindex(,,,,); print $zog;Will return an object which will display a dynamic index of html pages. It would look like: 1 2 3 4 5 6 makeindex(,,,,);This is currently the only public method. The args are as follows: - How many total pages are there. - What the current page is. It is expected that the using script would generate this. - The base url to link to. - May be "", but if it isn't it will build a URL with ?= - Default is 0. If 0 it will not show if you are on the first page, or if you are on the last page. If 1, it will show and as text. Requirements: · Perl


HTML::PageIndex Related Software