Help for this page

Select Code to Download


  1. or download this
    package Encode::ROT13;
    
    use strict;
    ...
    
    use strict;
    use warnings;
    
  2. or download this
    use Data::Dump ; 
    dd\%Encode::Encoding;
    ...
    dog
    strawberry
    watermelon
    
  3. or download this
    $ perl fudge
    {
      "ascii"        => bless(do{\(my $o = 1783919988)}, "Encode::XS"),
    ...
      "utf-8-strict" => bless({ Name => "utf-8-strict", strict_utf8 => 1 }
    +, "Encode::utf8"),
      "utf8"         => bless({ Name => "utf8" }, "Encode::utf8"),
    }