in reply to
perlfunc index name conflict
BEGIN { delete $main::{index} }
[download]
will "unimport"
index
from
main
so you don't have to use CORE:: everywhere.
Comment on
Re: perlfunc index name conflict
Select
or
Download
Code
In Section
Seekers of Perl Wisdom