One could argue that a pointer in C, e.g. to a struct tm, knows what it points to
In C the programmer tells the pointer what it points to. In Perl the reference knows what it points to. It's an important if subtle difference.
In reply to Re^4: The Concept of References
by adrianh
in thread The Concept of References
by leriksen
For: | Use: | ||
& | & | ||
< | < | ||
> | > | ||
[ | [ | ||
] | ] |