Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Re: [BUG: quotemeta] #476

Closed
p5pRT opened this issue Sep 5, 1999 · 1 comment
Closed

Re: [BUG: quotemeta] #476

p5pRT opened this issue Sep 5, 1999 · 1 comment

Comments

@p5pRT
Copy link

p5pRT commented Sep 5, 1999

Migrated from rt.perl.org#1317 (status was 'resolved')

Searchable as RT1317$

@p5pRT
Copy link
Author

p5pRT commented Sep 5, 1999

From ian@dial.pipex.com

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. :-)

Ian

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant