Help for this page

Select Code to Download


  1. or download this
    sub translate_Eily {
        my $name = shift;
    ...
        return $name;
    
    }
    
  2. or download this
    use utf8;
    use open OUT => ':encoding(utf8)';
    use open ':std';