in reply to Re: Regexp::Common and "multidimensional hash lookup disabled"
in thread Regexp::Common and "multidimensional hash lookup disabled" (v5.36+)
> permanent fix would be a bug report providing a patch that adds this statement near the start of Regexp::Common:
> use if $] >= 5.035, feature => 'multidimensional';
I doubt that's possible, because the problem happens outside the scope of that module, i.e. when using and calling it.
I think your "test code" is misleading, because the feature is activated for the remaining lexical scope, not the package alone.
Can't check till tomorrow tho...
Cheers Rolf
(addicted to the 𐍀𐌴𐍂𐌻 Programming Language :)
Wikisyntax for the Monastery
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Regexp::Common and "multidimensional hash lookup disabled"
by kcott (Archbishop) on Jul 10, 2023 at 13:49 UTC | |
by LanX (Saint) on Jul 10, 2023 at 20:24 UTC |