|
Can I use a Perl Module without installing it?
I am trying to write a program that will use templates, so I figured I would use the Text::Template CPAN module...
...only problem is that I cant force my "clients" to install this module, cause they are clueless. Is there anyway that I can NOT install it for the whole machine, but install it for JUST my directory... aka: inside my redistributable package? That way, if someone un-tars my package, they get everything, modules and all, no installation necessary.
|