in reply to Hand referance
As Larry points out, Perl is not appropriate for all applications. For example, Perl itself is not written in Perl, it is written in C.
If you have an application which requires low-level manipulation of the contents of memory addresses then that application is not an appropriate candidate for coding in Perl.
Furthermore, it says in the Learning Perl book by our own Merlyn et al that a reference is somewhat like a pointer, but it is safer. Presumably one reason that a reference is safer is that one cannot easily manipulate references to poke holes that can be exploited in an operating system.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Hand referance
by Fingo (Monk) on Feb 24, 2001 at 16:49 UTC |