RE: a module query

2005-04-06 Thread Charles K. Clarkson
Manish Sapariya wrote: : Can somebody throw some light on what the following : code snippet is doing... : : : == : @Utils::ISA = qw(Exporter); This allows the Exporter subroutines to be used by this module as if they were defined i

Re: a module query

2005-04-06 Thread Offer Kaye
On Apr 6, 2005 2:33 PM, Manish Sapariya wrote: > 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