|
|
| We don't bite newbies here... much | |
| PerlMonks |
Re^3: Is this really random?by tobyink (Prior) |
| on Nov 22, 2012 at 15:47 UTC ( #1005152=note: print w/ replies, xml ) | Need Help?? |
|
Also don't forget &foo() which overrides prototypes without the effect of passing along the caller's @_.
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
|
|
||||||||||||||||||||