HTML::Accessors

Generate HTML elements
Download

HTML::Accessors Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Peter Flanigan
  • Publisher web site:
  • http://search.cpan.org/~pjfl/

HTML::Accessors Tags


HTML::Accessors Description

HTML::Accessors is a Perl module that uses HTML::GenerateUtil to create an autoload method for each of the elements defined by HTML::Tagset. The API was loosely taken from CGI. Using the CGI module is undesirable in a Catalyst application (run from the development server) due go greediness issues over STDIN.The returned tags are either XHTML 1.1 or HTML 4.01 compliant.Synopsis use HTML::Accessors; my $my_obj = HTML::Accessors->new(); # Create an anchor element $anchor = $my_obj->a( { href => 'http://...' }, 'This is a link' );Product's homepage


HTML::Accessors Related Software