in reply to Re^5: Protocol scheme 'http' is not supported
in thread Protocol scheme 'http' is not supported

Actually, both the /usr/local/bin/perl and the /opt/admin/bin/perl are just softlinks to the actual /usr/bin/perl binary, but thanks for keepin' me honest

$ ls -l /opt/admin/bin/perl /usr/local/bin/perl /usr/bin/perl lrwxrwxrwx 1 root root 13 Apr 10 16:38 /opt/admin/bin/perl -> /usr/ +bin/perl -rwxr-xr-x 2 root root 19208 Dec 16 2011 /usr/bin/perl lrwxrwxrwx 1 root root 13 Apr 27 14:01 /usr/local/bin/perl -> /usr/ +bin/perl