Re: Pointers versus References

2002-01-12 Thread Jonathan E. Paton
> It's taken me a while to wrap my head around > references, since I thought they were always > Perl-specific. (At least, the term 'reference' doesn't > show up in K&R!) > > Anyway, it finally occurred to me that the term > 'reference' might just be Perlish for what other > languages (C, I'm thin

Re: Pointers versus References

2002-01-12 Thread Ahmed Moustafa
I believe the two terms, reference and pointer, are equivalent. By the way, In Java, they call it reference also, I think. --Ahmed [EMAIL PROTECTED] | http://www.photo.net/users/ahmed Patrick Hall wrote: > Hi pholks, > > It's taken me a while to wrap my head around > references, since I thoug

Re: Pointers versus References

2002-01-12 Thread Jonathan E. Paton
> It's taken me a while to wrap my head around > references, since I thought they were always > Perl-specific. (At least, the term 'reference' doesn't > show up in K&R!) > > Anyway, it finally occurred to me that the term > 'reference' might just be Perlish for what other > languages (C, I'm thin