Help for this page

Select Code to Download


  1. or download this
    use HTML::TreeBuilder;
    
    ...
    close(OUT);
    
    close($fh);
    
  2. or download this
    <html>
        <head> 
    ...
            <h1>Décembre</h1>
        </body>
    </html>
    
  3. or download this
    $infile = "test.html";
    $outfile = "test-print-output.txt";
    ...
    close(OUT);
    
    close($fh);