Help for this page

Select Code to Download


  1. or download this
           Comment pseudo-elements
               These are element objects with a "$h->tag" value of "~comme
    +nt", and
    ...
                 "~comment",
                 "text",
                 " I like Pie.\n     Pie is good\n  "
    
  2. or download this
    #!/usr/bin/perl
    
    ...
    <div>
     something good
    </div>
    
  3. or download this
    <html>
      <head>
    ...
        <div> something good </div>
      </body>
    </html>