You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
my $qm = '#aaaaaaa';
$qm = quotemeta($qm);
print $qm;
Verified on Linux; context-dependent junk is produced.
Works correctly on 5.005_57, broken in 5.005_58.
Works correctly on 5.005_61 if the 'my' is omitted.
Presumably an optimiser bug - the output from quotemeta is being written
on top of the input if they're both the same lexical.
(PS: sorry for the informal bug report - perlbug doesn't work directly
on my system, and
Yes, but if you mail to perlbug rather than perl5-porters, you at least
get a bug ID...
I'm forced temporarily to use a M$ netscape mail client. So my messages
Feeble excuse. One floppy and a CDROM should see you clear, and you
don't need the floppy if your machine will boot from the CD. :-)
Migrated from rt.perl.org#1317 (status was 'resolved')
Searchable as RT1317$
The text was updated successfully, but these errors were encountered: