Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: Why does Perl allow you to return array references to variables in local scope?

by moritz (Cardinal)
on Oct 16, 2013 at 12:20 UTC ( [id://1058432]=note: print w/replies, xml ) Need Help??


in reply to Why does Perl allow you to return array references to variables in local scope?

Perl does not allocate my-variables on the stack, but rather on the heap. It uses automatic reference counting to deallocate the memory when the number of references that point to a value drops to zero.

  • Comment on Re: Why does Perl allow you to return array references to variables in local scope?

Log In?
Username:
Password:

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

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

    No recent polls found