The college I attend finally installed perl on the campus wide network, but we are not allowed to install *any* software that accesses the registry of a campus machine. Since I would like to use one of the CPAN graphics modules for a course presentation, is there a way to download a module and store it in another directory? Each student has been granted a relatively small (10MB if I recall correctly) folder for keeping various documents, files, etc. Could I place a module there then use something like
to use the module? If so, what, specifically, would I need to do in order for my program to see and use the module?