![]() |
|
Don't ask to ask, just ask | |
PerlMonks |
Re^5: Functional Programming & method rewritingby ikegami (Patriarch) |
on Oct 29, 2004 at 21:06 UTC ( #403906=note: print w/replies, xml ) | Need Help?? |
Closures only grab lexicals (my variables). @_ is a package variable (local variable).
In Section
Meditations
|
|