Help for this page

Select Code to Download


  1. or download this
    #!/perl/bin/perl
    #
    ...
    </body>
    </html>
    BP
    
  2. or download this
    #!/perl/bin/perl
    #
    ...
        $s =~ s/\#/\\#/g;
        return $s;
    }