Help for this page
eg. MySQL für Dummies -------^^
sub encode { # UTF-8 to latin1 regex from XML::TiePYX (thanks to mirod +) my($text) = @_; ... }ge; return $text; }