Re: Packages, run modes, and scopes, oh my

2003-06-28 Thread Kristofer Hoch
Scot, PerlMonks have a great tutorial section... http://www.perlmonks.com/index.pl?node=Tutorials Try that link out. Kristofer --- Scot Robnett <[EMAIL PROTECTED]> wrote: > I was wondering if anyone can point me to newbie-type tutorials on > any of > the following (including but not limited to

Re: Packages, run modes, and scopes, oh my

2003-06-28 Thread Andrew Brosnan
On 6/27/03 at 11:40 PM, [EMAIL PROTECTED] (Scot Robnett) wrote: > I was wondering if anyone can point me to newbie-type tutorials on > any of the following (including but not limited to which perldocs I > can read): > > - Definition of 'lexical' and 'canonical' > - Differences between 'my' an

Re: Why not Class Objects

2003-06-28 Thread drieux
On Friday, Jun 27, 2003, at 07:22 US/Pacific, Daniel J. Rychlik wrote: Thank you sir for the response, I will have a look. I love programming in perl, but Im getting used to the idea of developing class objects and instances in PHP. class thisclass { } class otherclass extends thisclass { }

Re: Why should I create an object?

2003-06-28 Thread drieux
On Thursday, Jun 26, 2003, at 23:45 US/Pacific, Octavian Rasnita wrote: [..] You should create an object because you might import more modules in your application that export the param() function/method. In that case the program won't know which of those param() functions to use. I guess this is

RE: Packages, run modes, and scopes, oh my

2003-06-28 Thread Scot Robnett
All the references point to Randal's involvement one way or another (PerlMonks or O'Reilly books). I think I see a pattern here. :) Thanks everybody! Scot R. -Original Message- From: Andrew Brosnan [mailto:[EMAIL PROTECTED] Sent: Saturday, June 28, 2003 8:14 AM To: Scot Robnett; [EMAI

Re: Packages, run modes, and scopes, oh my

2003-06-28 Thread Wiggins d'Anconia
Scot Robnett wrote: I was wondering if anyone can point me to newbie-type tutorials on any of the following (including but not limited to which perldocs I can read): - Definition of 'lexical' and 'canonical' - Differences between 'my' and 'local' - Good overview of packages