in reply to Re^2: pointer/alias question
in thread pointer/alias question
toolic gave the link, but the confusion is that it isn't a "pointer thing", it's a "type glob thing". Perl doesn't have pointers. It has references, but that's not the same thing - really, it's not the same thing! Perl uses reference counted memory management and that just doesn't work well with pointers. It does work well with generally not having to worry about how memory is handled though.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: pointer/alias question
by shoness (Friar) on Dec 03, 2010 at 20:33 UTC |