|
|
| Perl: the Markov chain saw | |
| PerlMonks |
Re^3: Is there a more functional regex syntax?by tobyink (Prior) |
| on Sep 18, 2012 at 16:57 UTC ( #994315=note: print w/ replies, xml ) | Need Help?? |
|
Some regexes will work inside those parentheses.
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
|
|
||||||||||||||||||||