Help for this page

Select Code to Download


  1. or download this
    %language = (English => 'en', German => 'de', French => 'fr');
    
  2. or download this
    foreach my $key (sort {$a cmp $b} keys %language) {
       print "$key has '$language{$key}' as the ANSI value\n";
    }