> My guess would be that 'use English' is a probable culprit - but I've never > bothered to find out what the specific things are that cause > Tie::Hash::NamedCapture to load.
Probably referencing %- or %+ does it (they are actually tied hashes of the above kind). "use English" references them by providing aliases. Cheers, Roderich
