Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re: Code Loop?

by bitman (Scribe)
on Aug 08, 2018 at 13:25 UTC ( [id://1220095]=note: print w/replies, xml ) Need Help??


in reply to Code Loop?

Interesting?
use 5.010; my @x = ("x" => 1); my $y = \@x; my $z= $#@x[1]; say length $z;
returns 22653312 (or other "random" large number) So not a loop as such.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (6)
As of 2024-03-29 10:04 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found