Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use v5.10;
    ...
    $temp = encode( "iso-8859-1", $VUOrt0 );
    say Dumper "========== encode scalar variable ==========";
    say $temp, "(", length($temp), ")";