in reply to Re^3: The Concept of References
in thread The Concept of References
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.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^5: The Concept of References
by Anonymous Monk on Apr 15, 2005 at 15:45 UTC | |
by adrianh (Chancellor) on Apr 15, 2005 at 16:04 UTC |