in reply to Re^2: Feature Idea: qr//e
in thread Feature Idea: qr//e (updated with solutions)
Hi LanX,
Good thought, unfortunately that suffers from scoping issues (Update: see my reply later in this thread):
$ perl -wMstrict -e 'my $x = $_ for "a"; print $x' Use of uninitialized value $x in print at -e line 1.
Regards,
-- Hauke D
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^4: Feature Idea: qr//e
by LanX (Saint) on Jan 19, 2017 at 14:03 UTC | |
by haukex (Archbishop) on Jan 19, 2017 at 14:23 UTC | |
by LanX (Saint) on Jan 19, 2017 at 14:33 UTC |