Help for this page

Select Code to Download


  1. or download this
            s/\&gt\;/\&amp\;gt\;/g;
            s/\&lt\;/\&amp\;lt\;/g;
    
  2. or download this
    #!/usr/bin/perl
    use strict;
    ...
    print "\nhtml conversion done\n";
    <STDIN>;
    }
    
  3. or download this
    <HTML>
       <HEAD>
    ...
    
       </BODY>
    </HTML>