in reply to How to Teach artists Perl w/out Modules
I would not just copy and paste the code you need. Create a local directory on your machine and save the CPAN files (which should be available in an archive format) on your hard drive or locker space or whatever is the easiest. Most universities with Unix systems can create public lockers that users can mount, or maybe you can share this in your home directory for others to use.
Then towards the top of the file
use lib "/path/to/mycpan";
You will be able to use most, if not all, modules as if you had installed them through the normal convention.
A good module to use might be GD
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: [1] How to Teach artists Perl w/out Modules
by Intrepid (Curate) on Jan 30, 2004 at 22:51 UTC | |
time consuming to get right modules by hand
by g00n (Hermit) on Jan 31, 2004 at 05:24 UTC | |
by teknomage1 (Initiate) on Jan 31, 2004 at 18:28 UTC | |
by ysth (Canon) on Feb 01, 2004 at 08:36 UTC |