http://qs321.pair.com?node_id=889429

ISAI student has asked for the wisdom of the Perl Monks concerning the following question:

Hello all. I have a need to use Expect module. It is not installed in the company where I work. I have to use:
perl -MCPAN -e 'install Expect'

It only installs where I need root privilages. I do not have them, and for variouso reasons, cannot get the root support for the time being.

Is there a way to use perl -MCPAN and install this module (or any other, for that matter)?

I have tried several searches, and read the documentation, but failed to come up with an answer.