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
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
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
> "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