in reply to Re: Use modules or roll your own?
in thread Use modules or roll your own?

I work in an environment where developing new code is easier than attempting to get a CPAN module installed.

Wrong. If you can write a script and run it, you can install a Perl module for use with that script. There are at least two options:

Replies are listed 'Best First'.
Re: Re: Re: Use modules or roll your own?
by Steve_p (Priest) on Jul 29, 2002 at 20:53 UTC
    I know I can do these things, however, doing these things are not possible given the environment I work in. Also, if I copy and paste from a module to a script, I will likely violate the license of the modules.