in reply to Installing perlbrew with a non-system perl

First thing that came to my mind, is to cheat ;) Try if this temporary symlink is enough to bootstrap up perlbrew:

sudo ln -s /usr/pbi/squid-amd64/local/bin/perl /usr/bin/perl # install perlbrew sudo rm /usr/bin/perl

Replies are listed 'Best First'.
Re^2: Installing perlbrew with a non-system perl
by hkdtam (Initiate) on May 13, 2016 at 18:43 UTC
    Thanks stevieb,

    >> First thing that came to my mind, is to cheat ;)

    :-D Yeah I thought of doing the same but was trying to see if I can get by without exercising root's power.