Using perl modules on server where you can't load them to the bin or lib directory?

IronWing

No Lifer
Jul 20, 2001
72,337
32,881
136
I have a perl module I want to use but I don't have write access to the perl lib or bin directory on my webhost. Is there a way to tell perl to look for the module in the same directory as the script, ie. /cgi/ ?