![]() |
|
Clear questions and runnable code get the best and fastest answer |
|
PerlMonks |
Re: Send JSON data to Perl scalarby tobyink (Canon) |
on Dec 21, 2012 at 15:46 UTC ( #1009929=note: print w/replies, xml ) | Need Help?? |
I think what you're looking for is...
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
|
|