http://www.perlmonks.org?node_id=618677


in reply to Re: I would like to find a good logic to parse the data
in thread I would like to find a good logic to parse the data

You don't need to have write-access to the main perl installation tree at all:

# perl Makefile.PL PREFIX=/home/greatshots/perl5 # make test # make install UNINST=1

Do so with all modules you need, and add the PATH's to your env $PERL5LIB


Enjoy, Have FUN! H.Merijn