Help for this page

Select Code to Download


  1. or download this
    my %reverse_translation = reverse %translation;
    
  2. or download this
    while ( my ( $key, $val ) = each %translation ) {
        print STDERR "$key\n";
    #   print join( ",", @$val ), "\n";
    }