In article <[EMAIL PROTECTED]>, 
[EMAIL PROTECTED] (Baby Lakshmi) wrote:

> I really dont understand the functionality and advantages of using bless.

bless() "tags" a reference with a package name, effectively turning
it into an object.  without bless you don't have objects.

    http://www.perldoc.com/perl5.6.1/pod/func/bless.html
-- 
brian d foy <[EMAIL PROTECTED]> - Perl services for hire
CGI Meta FAQ - http://www.perl.org/CGI_MetaFAQ.html
Troubleshooting CGI scripts - http://www.perl.org/troubleshooting_CGI.html

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to