Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: Re: Use modules or roll your own?

by ichimunki (Priest)
on Jul 29, 2002 at 18:35 UTC ( [id://186049]=note: print w/replies, xml ) Need Help??


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:

  • install the module tree in the same directory with your script and use lib '.';use Module::Name;
  • for pure Perl, download the module, copy and paste the relevant bits into your script (advantage of retaining appearance of single script)

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.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://186049]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (3)
As of 2024-03-29 05:55 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found