re: blessing a class

2005-06-08 Thread radhika
Thank you all for your inputs. I am busy reading all the material. I am sure I will have questions. -rs -- It's all a matter of perspective. You can choose your view by choosing where to stand. Larry Wall --- -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: blessing a class

2005-06-07 Thread Owen
On Tue, 7 Jun 2005 14:44:29 -0400 (EDT) "radhika" <[EMAIL PROTECTED]> wrote: > I am learning about perl modules and am having a little trouble > understanding the "blessing" of an object. For instance: > bless($self, $type); > What does this do? Have a look at Randal's http://www.stonehenge.com

Re: blessing a class

2005-06-07 Thread Eric Walker
On Tuesday 07 June 2005 12:44 pm, radhika wrote: > I am learning about perl modules and am having a little trouble > understanding the "blessing" of an object. For instance: > bless($self, $type); > What does this do? > > Thanks, > rs. > > -- > It's all a matter of perspective. You can choose your

Re: blessing a class

2005-06-07 Thread Randal L. Schwartz
> "Radhika" == Radhika <[EMAIL PROTECTED]> writes: Radhika> I am learning about perl modules and am having a little trouble Radhika> understanding the "blessing" of an object. For instance: Radhika> bless($self, $type); Radhika> What does this do? $ perldoc -tf bless bless REF,CLASSNAME