http://www.perlmonks.org?node_id=189619


in reply to Re: Re: Date operations
in thread Date operations

from the Perl CGI Programming FAQ:

(if you don't) have access to install these modules with the other Perl library files, you can still use it by placing the module in a convenient place and adding the following to your script: BEGIN { unshift (@INC, "/your/dir/favorite/place"); }