in reply to Re^4: Feature Idea: qr//e
in thread Feature Idea: qr//e (updated with solutions)

Hi LanX,

I think it's this:

NOTE: The behaviour of a my, state, or our modified with a statement modifier conditional or loop construct (for example, my $x if ...) is undefined. The value of the my variable may be undef, any previously assigned value, or possibly anything else. Don't rely on it. Future versions of perl might do something different from the version of perl you try it out on. Here be dragons.

Regards,
-- Hauke D

Replies are listed 'Best First'.
Re^6: Feature Idea: qr//e
by LanX (Saint) on Jan 19, 2017 at 14:33 UTC
    > Future versions of perl might do something different from the version of perl you try it out on

    Hopefully! :)

    Cheers Rolf
    (addicted to the Perl Programming Language and ☆☆☆☆ :)
    Je suis Charlie!