Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
       say('length = ', length($dec_twice));
       say($orig eq $dec_twice ? 'ok' : 'not ok');
    }
    
  2. or download this
    length = 4
    Using utf8::decode
    ...
    Using Encode::decode
    length = 4
    ok