Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: Strange interaction of bigint and foreach

by salva (Canon)
on Apr 11, 2013 at 13:02 UTC ( [id://1028144]=note: print w/replies, xml ) Need Help??


in reply to Strange interaction of bigint and foreach

This is a bug in perl, probably caused by the compiler optimizing the foreach(<constant range>) {} construction into a C-like loop internally in order to reduce memory usage.

You can try reporting it to p5p.

update: Even if the problem is the range operator, this is still IMO a bug in Perl. The range operator should be overloadable or at least it should use the overloaded + and < operators.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1028144]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (8)
As of 2024-04-23 10:00 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found