Hi List, Can somebody throw some light on what the following code snippet is doing...
================================== @Utils::ISA = qw(Exporter); @Utils::EXPORT = qw(set_verbose vprint logmsg convert_size ip2int int2ip time2str); ===========================
EXPORT if I gues correctly, is exporing the functions listed in the modules.
But then why would one need to export them explicitly.
I dont have any clue whats the significance of ISA.
What perldoc shall I see for help on this?
Thanks and Regards, Manish
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>