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

Sixtease has asked for the wisdom of the Perl Monks concerning the following question:

Hello monks,

I'd like to install Catalyst on my server where I only have FTP access and CGI's with perl, bash and some other unix tools.

Since running cpan is problematic (no root access, no interactivity etc.), I wanted to install Catalyst from CatInABox. Only to find that the link in Catalyst::Manual::Installation is broken.

Where can I obtain CatInABox, or how would you recommend me to install Catalyst in such a restricted environment?

Thanks.

use strict; use warnings; print "Just Another Perl Hacker\n";