Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
      $sResult .= "<$tag>$innards</$tag>";
    }
    print STDERR "output: $sResult\n";
    
  2. or download this
    sub PolishHTML {
      my $str = shift;
    ...
      }
      return $str;
    }