|
|
| Keep It Simple, Stupid | |
| PerlMonks |
Re: regarding google currency APIby tobyink (Monsignor) |
| on Sep 18, 2012 at 07:17 UTC ( #994212=note: print w/ replies, xml ) | Need Help?? |
|
The URL you provided does not provide valid JSON, so you'll have trouble feeding it to any of the standard Perl JSON modules. Ingy's recent work on JSONY seems to be able to handle it though:
perl -E'sub Monkey::do{say$_,for@_,do{($monkey=[caller(0)]->[3])=~s{::}{ }and$monkey}}"Monkey say"->Monkey::do'
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||