in reply to Re^2: Making it clearer to say that a sub is defined within current package
in thread Making it clearer to say that a sub is defined within current package
Well that's an issue if you want to set *My::Dumper = *Data::Dumper::Dumper once and for all. But if the only function defined in my is My::AUTOLOAD, and it always checks the calling package you should be fine wouldn't you? (At execution time at least, you'd lose compilation time errors with My::function() instead of function())
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Making it clearer to say that a sub is defined within current package
by LanX (Saint) on Apr 11, 2019 at 15:45 UTC | |
by Eily (Monsignor) on Apr 11, 2019 at 15:54 UTC | |
by LanX (Saint) on Apr 11, 2019 at 16:02 UTC | |
by Eily (Monsignor) on Apr 11, 2019 at 16:08 UTC | |
by LanX (Saint) on Apr 11, 2019 at 16:13 UTC |