HTML::Simple

HTML::Simple is a simple, dependency free module for generating HTML (and XML).
Download

HTML::Simple Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Andy Armstrong
  • Publisher web site:
  • http://search.cpan.org/~andya/

HTML::Simple Tags


HTML::Simple Description

HTML::Simple is a simple, dependency free module for generating HTML (and XML). HTML::Simple is a simple, dependency free module for generating HTML (and XML).SYNOPSISNote: It turns out that TOMC owns the HTML::Simple namespace so I've moved development of this module to HTML::Tiny. Please use HTML::Tiny in preference to this module. use HTML::Simple; my $h = HTML::Simple->new; # Generate a simple page print $h->html( ) ] ); # Outputs < html> < head> < title>Sample page< /title> < /head> < body> < h1 class="main">Sample page< /h1> < p>Hello, World< /p> < p class="detail">Second para< /p> < /body> < /html> Requirements: · Perl


HTML::Simple Related Software