User contributions

2003-07-07 Thread sharanbas raghapur
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? _ Dress up your desktop! Get the best wallpapers.

Re: User contributions

2003-07-07 Thread $Bill Luebkert
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

Re: User contributions

2003-07-07 Thread Stephen Patterson
On 07 Jul 03, sharanbas raghapur ([EMAIL PROTECTED]) 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? Yes, thats where all the stuff in CPAN comes from. Read perlmodlib,

Re: User contributions

2003-07-07 Thread Jenda Krynicky
From: Stephen Patterson [EMAIL PROTECTED] On 07 Jul 03, sharanbas raghapur ([EMAIL PROTECTED]) 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? Yes, thats where all