Help for this page
use strict; use warnings; ... print ">$string<\n"; $string = strip_bom_from_string($string); print ">$string<\n";
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 >