in reply to Perl High School Graduation
I'd suggest concentrating on references. They are more general and more fundamental than objects. The idioms of "pass by reference" vs "pass by value" and the related issues of aliasing vs deep copying are of prime importance in any serious programming environment.
Object oriented programming is a very useful technique, but it's not the only such useful concept. That objects in perl are implemented as references to data structures is good for motivation, but facility with references is more important, in my opinion.
After Compline,
Zaxo
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Perl High School Graduation
by hsweet (Pilgrim) on May 20, 2002 at 12:07 UTC | |
Re: Re: Perl High School Graduation
by hsweet (Pilgrim) on May 20, 2002 at 12:19 UTC |