in reply to Regexp::Common and "multidimensional hash lookup disabled" (v5.36+)

Does
$RE{balanced}{"-parens$;()"}
work instead?
map{substr$_->[0],$_->[1]||0,1}[\*||{},3],[[]],[ref qr-1,-,-1],[{}],[sub{}^*ARGV,3]

Replies are listed 'Best First'.
Re^2: Regexp::Common and "multidimensional hash lookup disabled"
by ibm1620 (Chaplain) on Jul 02, 2023 at 02:30 UTC
    Yes, it does. Thanks.