Re: making .pm file as module

2007-10-11 Thread Paul Lalli
On Oct 11, 6:43 am, [EMAIL PROTECTED] (Siva Prasad) wrote: > Hi Gurus, > > I have a written a package (and named it as Connection.pm). > > I am calling this module in a perl script and everything is working fine. > > Now How can I make the connection.pm as module so that I can install it as > other

Re: making .pm file as module

2007-10-11 Thread Jeff Pang
there're some ways to do that.One easy way is to use module-starter,see: http://search.cpan.org/~petdance/Module-Starter-1.42/bin/module-starter 2007/10/11, Siva Prasad <[EMAIL PROTECTED]>: > Hi Gurus, > > > > I have a written a package (and named it as Connection.pm). > > > > > > I am calling th