DynaPage::Document

DynaPage::Document is a Perl module with DynaPage Document container.
Download

DynaPage::Document Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Daniel Peder
  • Publisher web site:
  • http://search.cpan.org/~danpeder/DynaPage-Document-0.90/Document.pm

DynaPage::Document Tags


DynaPage::Document Description

DynaPage::Document is a Perl module with DynaPage Document container. DynaPage::Document is a Perl module with DynaPage Document container.SYNOPSIS:step1 - document ( create file mydoc.document ) ------ !include.template =- mydoc-template.htmt my-title =- This is single line my-head =- Hello World my-para ==~ This is block multiline content blah blah blah blah ~== my-para ------step2 - template ( create file mydoc.template ) ------ < html > < title >< /title > < h1 >< /h1 > < p >< /p > < /html > ------step3 - open use DynaPage::Document; use DynaPage::Document::ext::include; my $doc = DynaPage::Document->new( { RootDir=>'.', Document=>'mydoc-document.info', } );step4 - render print $doc->Render(); ------ < html > < title >This is single line< /title > < h1 >Hello World< /h1 > < p > This is block multiline content blah blah blah blah< /p > < /html > ------ Requirements: · Perl


DynaPage::Document Related Software