Hi all, I'd like to build a hash mapping from "keyword" => value. By keyword, I mean all reversed words in http://learn.perl.org/docs/keywords.html. Do you guys know any csv or text file containing all these words? I don't want to hard code all these reversed words into list, then creating hash for parsing.
--- Regards ! Alex Chiang