Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    print ">$string<\n";
    $string = strip_bom_from_string($string);
    print ">$string<\n";
    
  2. or download this
    22:35 >perl 1697_SoPW.pl
    >ÿþThe quick brown fox jumped over the unfortunate dog.<
    >The quick brown fox jumped over the unfortunate dog.<
    
    22:35 >