HTML::DWT

HTML::DWT is a Perl module with DreamWeaver HTML Template.
Download

HTML::DWT Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • S.D. Campbell
  • Publisher web site:
  • http://search.cpan.org/~whytewolf/HTML-DWT-2.08/DWT.pm

HTML::DWT Tags


HTML::DWT Description

HTML::DWT is a Perl module with DreamWeaver HTML Template. HTML::DWT is a Perl module with DreamWeaver HTML Template.INSTALLATIONUnzip/tar the archive: tar xvfz HTML-DWT-2.08Create the makefile perl Makefile.PLMake the module (must have root access to install) make make test make installSYNOPSIS use HTML::DWT; $template = new HTML::DWT(filename => "file.dwt"); taHash = ( doctitle => 'DWT Generated', leftcont => 'some HTML content here' ); $html = $template->fill(taHash); or use HTML::DWT qw(:Template); $template = new HTML::DWT(filename => "file.dwt"); $template->param( doctitle => '< title >DWT Generated< /title >', leftcont => 'Some HTML content here' ); $html = $template->output();A perl module designed to parse a simple HTML template file generated by Macromedia Dreamweaver and replace fields in the template with values from a CGI script. Requirements: · Perl


HTML::DWT Related Software