in reply to How to Teach artists Perl w/out Modules

I ran into this problem at my college also.

However, if you're allowed to put a module in your home directory, with your perl script, go ahead and do that, because when the use (directive?) is called, it checks the current (script's?) directory.

You might be able to skate by them this time. :)

Dave