CGI::Widget::Path

CGI::Widget::Path is a simple HTML navigation path bar builder.
Download

CGI::Widget::Path Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Enrico Sorcinelli
  • Publisher web site:
  • http://search.cpan.org/~ferreira/POD2-Base-0.043/lib/POD2/Base.pod

CGI::Widget::Path Tags


CGI::Widget::Path Description

CGI::Widget::Path is a simple HTML navigation path bar builder. CGI::Widget::Path is a simple HTML navigation path bar builder.SYNOPSIS use CGI::Widget::Path; my $path = new CGI::Widget::Path( separator => ' > ', base_url => 'http://www.foo.com', link => 1, link_last => 1, ); $path->addElem( elems => , append => 1 }, { name => 'Two', wrap => , append => 1 }, ] ); print $path->asHTML;CGI::Widget::Path lets you build a navigation path bar (you know: "You are here: Home > some > page") in order to put it in your HTML pages.This module is very simple but it can be useful if you create a path component at the top of your application and share it among all sub-pages. Requirements: · Perl


CGI::Widget::Path Related Software