sharanbas raghapur wrote: > Dear Members, > > Wanted to know if users can contribute to perl (say in the form of commonly > used subroutines etc.)? > If answer it yes, how does it normally happen?
Turn your code into a module (basically you should find a niche that it fits into and make sure it's not already done) and post it to CPAN. You don't want to just take a bunch of subs you write and try to combine them into a module - they should be realted to a single area. -- ,-/- __ _ _ $Bill Luebkert Mailto:[EMAIL PROTECTED] (_/ / ) // // DBE Collectibles Mailto:[EMAIL PROTECTED] / ) /--< o // // Castle of Medieval Myth & Magic http://www.todbe.com/ -/-' /___/_<_</_</_ http://dbecoll.tripod.com/ (Free site for Perl/Lakers) _______________________________________________ ActivePerl mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
