Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use warnings;
    ...
    <head><title>declaration</title></head>
    <body><p>declaration</p></body>
    </html>
    
  2. or download this
      '_decl' => bless( {
        '_tag' => '~declaration',
        'text' => 'DOCTYPE html PUBLIC "XHTML"'
      }, 'HTML::Element' ),