|
|
| Pathologically Eclectic Rubbish Lister | |
| PerlMonks |
Re^6: How to import names from a dynamically required moduleby tobyink (Prior) |
| on Oct 03, 2012 at 09:11 UTC ( #997017=note: print w/ replies, xml ) | Need Help?? |
|
The odds are small, yes. In my decade plus of Perl usage I've encountered bugs because of this two, perhaps three, times. But each time it took me bloody ages to figure out, which is why I have been trying to avoid this ambiguity in recent work. The aliased module is, by the way, an excellent way of avoiding these problems:
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
|
|
||||||||||||||||||||