Hi Guys,
I have been looking at installing perl modules. Is there any way I can use a module without installing it using cpan? Suppose I have a Expect.pm module, can I just put it in a local directory and just say "use /*path to module*/" at the beginning of my perl script? Would that work?