To install Connex, the NEX:// protocol browser * download and set up cpanm, which will help you pull in required libraries: * curl http://cpanmin.us | perl - -l ~/perl5 App::cpanminus local::lib * eval `perl -I ~/perl5/lib/perl5 -Mlocal::lib` * echo 'eval `perl -I ~/perl5/lib/perl5 -Mlocal::lib`' >> ~/.profile * echo 'export MANPATH=$HOME/perl5/man:$MANPATH' >> ~/.profile * Unzip the package, enter: * tar xvzf App-Connex-0.9.tar.gz * After you have unzipped the package, cd to the package folder App-Connex*, then enter the following commands: * perl Build.PL * ./Build * ./Build test * ./Build install Now run this command to download Perl libraries that the app needs: ~/perl5/bin/cpanm --installdeps . Now you can run with "script/connex.pl" You should also be able to move this script to any bin or shared bin folder, suchs as /usr/local/bin, and it should work.