in reply to Installing perlbrew with a non-system perl

I'm not sure why it forces perl to be located at one of those paths. You can override it as follows and see what happens:
\fetch -o- http://install.perlbrew.pl | perl -pe's/^PERL=\K.*/`which perl`/' | sh

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

    As soon as I saw your `which` command I knew I didn't try hard enough on setting up the environment.  Moreover, my question and intention were actually thoughtless casue I don't have those gcc and friends on hand to proceed further. 

    And it is not a good practice to put these stuff on a network appliance style machine.  So I guess I will symlink the perl from squid and live with local::lib + pure perl modules.