RE: Packages, classes, cgi

2001-07-19 Thread Rob Sexstone
ode examples. (I plan to buy Damian's book too) cheers, RS -Original Message- From: shawn [mailto:[EMAIL PROTECTED]] Sent: 18 July 2001 21:19 To: perlcgi Subject: Packages, classes, cgi I am in need of some direction when working with .pm(s). I have had a couple years experience with

Re: Packages, classes, cgi

2001-07-18 Thread Curtis Poe
--- shawn <[EMAIL PROTECTED]> wrote: > I am in need of some direction when working with .pm(s). I have had a couple > years experience with writing straight perl scripts, but am having a hard > time with using and writing packages. I don't understand the overall process > of calling a method from

Packages, classes, cgi

2001-07-18 Thread shawn
I am in need of some direction when working with .pm(s). I have had a couple years experience with writing straight perl scripts, but am having a hard time with using and writing packages. I don't understand the overall process of calling a method from an object. I've been given a project to write