Without a root permission, I can't install perl module through normal way such as CPAN. But I have to use this module(XML::Quote). I have tried to copy the .pm file to my own lib directory directly, but it says "can't locate loadable perl module ".
Is there any other way to install perl modules without a root authority? Thanks.