Help for this page

Select Code to Download


  1. or download this
    [][][] \t pronunciation
    [][][] \t pronunciation
    
  2. or download this
    open(INPUT,"<","c:\\software\\alexcode\\AlexData.txt")
        or die"Could not open input file for reading\n";
    ...
    while (($key, $value) = each(%charpinyin)) {
        print "$key \t $value \n";
    }