develooper Front page | perl.perl5.porters | Postings from July 2012

[perl #47780] String results of glob operator

Thread Previous
From:
Jesse Luehrs via RT
Date:
July 6, 2012 17:01
Subject:
[perl #47780] String results of glob operator
Message ID:
rt-3.6.HEAD-28836-1341619271-995.47780-15-0@perl.org
I can reproduce this on Linux with 5.16.0, except that the overflow
happens for me when going from

  perl -e 'local $" = ","; print join ",", <a{@{[q{00001}..q{00682}]}}>'

to

  perl -e 'local $" = ","; print join ",", <a{@{[q{00001}..q{00683}]}}>'

MAXPATHLEN on my system is 4096.

-doy

---
via perlbug:  queue: perl5 status: open
https://rt.perl.org:443/rt3/Ticket/Display.html?id=47780

Thread Previous


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About