RemoteLib
A mechanism to allow you to use CPAN modules without needing to install them All you need to do is download RemoteLib.pm and add it to you list of modules used either setting PERL5OPT=-MRemoteLib or perl -MRemoteLib <script> or add "use RemoteLib;" to your script