Help for this page

Select Code to Download


  1. or download this
    
    <table>
    ...
       </tr>
    
     </table>
    
  2. or download this
    
    use HTML::Element::Replacer;
    ...
    
    warn $tree->as_HTML(undef, ' ');
    
  3. or download this
    
    [tbrannon@devel tables]$ spkg.pl --base_pkg=Base file.html
    ...
    file.html compiled to package file
    
  4. or download this
    package Base;
    
    ...
    1;