in reply to Re: Module name case typo silent failure
in thread Module name case typo silent failure
not sure what is happening there, something creates the wrong namespace %Time::Hires:: after a require
DB<1> x grep {/hires/i} %Time:: empty array DB<2> require Time::Hires DB<3> x grep {/hires/i} %Time:: 0 'HiRes::' 1 *Time::HiRes:: 2 'Hires::' 3 *Time::Hires:: DB<4>
Cheers Rolf
(addicted to the Perl Programming Language :)
Wikisyntax for the Monastery
FootballPerl is like chess, only without the dice
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Module name case typo silent failure
by Haarg (Priest) on Sep 19, 2019 at 22:53 UTC | |
by LanX (Saint) on Sep 19, 2019 at 23:04 UTC |