If you have the .pm file for mime type checking (for example like Lite.pm for mime::lite)
you do not necessarily have to "install" the module. Just put it in your directory on the machine you are using, say /home/Rhije/Lite.pm
and add this to the shebang in the top of your own
perl code
Code:
#!/bin/perl -I/home/Rhije/Lite.pm