![]() |
|
good chemistry is complicated, and a little bit messy -LW |
|
PerlMonks |
Re: MOPT-04 - identification, part 2by adrianh (Chancellor) |
on Jan 07, 2003 at 17:34 UTC ( #225030=note: print w/replies, xml ) | Need Help?? |
Perl's function bindings are statically scoped, not dynamically scoped, so we can't bind the name to a new entity in a different evaluation context. You can, of course, do:
Which is still binding an identifier to an entity by your definitions (I think :-)
In Section
Meditations
|
|