On Mon, Jul 03, 2000 at 07:01:47AM +0000, Thomas.DeGroote@rug.ac.be wrote: > > I have a website on a server, but under my own user login (url is > http://www.student.rug.ac.be/~vgkfgen). I would like to use some modules > which were not installed by the admins of the system. Is it possible to > compile modules and have them sit in the same directory as the > CGI-scripts ? That way I don't interrupt their filesystem, nor do I have > to get access to the main perl dirs. Install the modules wherever you want, then start your script with: use lib '/path/to/directory'; Everything else is the same. Ronald ==== Want to unsubscribe from this list? ==== Send mail with body "unsubscribe" to macperl-modules-request@macperl.org