On 13/03/2014 13:29, Alex Chiang wrote:
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.
Hi Alex
If I understand you, you just want a file containing all the
identifiers, which you can get by copy-pasting from your browser.
Like this http://pastebin.com/8xGKqYfy
HTH,
Rob
---
This email is free from viruses and malware because avast! Antivirus protection
is active.
http://www.avast.com
--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/