Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    use strict;
    ...
    bin_test_print($x);
    $x = rshift($x, 2);
    bin_test_print($x);
    
  2. or download this
    use strict;
    use warnings 'all';
    
    ...
        my $base64_utf16 = MIME::Base64::encode($utf16);
        return $base64_utf16;
    }