Help for this page

Select Code to Download


  1. or download this
    while (<LANGUAGES>) {
       chomp;
       my ($key, $value) = split /,\s*/;
       $lang_dev{$key} = $value;
    }