in reply to Re: Namespace Pollution
in thread Namespace Pollution
You won't get a heads-up for multiple imports to the same symbol name, though.$ perl -we'sub x { &foo } sub x { &bar }' Subroutine x redefined at -e line 1.
Makeshifts last the longest.
|
|---|