Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: Pointers and References

by Anonymous Monk
on Nov 23, 2020 at 03:44 UTC ( [id://11124047]=note: print w/replies, xml ) Need Help??


in reply to Pointers and References

Quick conceptual tip here: "forget 'pointers!'" In high-level interpreted languages such as Perl, there are only references. The interpreter manages all of these things for you, including necessary reference-counting and memory management. "Pointers" are a much lower-level concept – part of the essential underlying implementation – which is never directly exposed to the language user.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (4)
As of 2024-04-19 16:02 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found