CGI::SHTML

CGI::SHTML is a CGI module for parsing SSI.
Download

CGI::SHTML Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Tim Skirvin
  • Publisher web site:
  • http://search.cpan.org/~tskirvin/News-Overview-0.11.02/News/Overview/Entry.pm

CGI::SHTML Tags


CGI::SHTML Description

CGI::SHTML is a CGI module for parsing SSI. CGI::SHTML is a CGI module for parsing SSI.SYNOPSIS use CGI::SHTML; my $cgi = new CGI::SHTML; # Print a full page worth of info print $cgi->header(); print $cgi->start_html('internal', -title=>"SAMPLE PAGE"); # Insert content here print $cgi->end_html('internal', -author=>"Webmaster", -address=>'webserver@ks.uiuc.edu'); # Just parse some SSI text my @text = ''; print CGI::SHTML->parse_shtml(@text); # Use a different configuration file BEGIN { $CGI::SHTML::CONFIG = "/home/tskirvin/shtml.pm"; } use CGI::SHTML;Further functionality is documented with the CGI module.In order to parse SSI, you generally have to configure your scripts to be re-parsed through Apache itself. This module eliminates that need by parsing SSI headers itself, as best it can. Requirements: · Perl


CGI::SHTML Related Software