On Thu, 2005-08-18 at 12:21 -0600, Jonathan Steffan wrote: > I have no idea how. I can't use yum... nor can I use the CPAN shell. Any > advice on how to complete this?
Installing things from CPAN is pretty well-covered in the Perl documentation, and not just from CPAN shell. In short, you can download the packages, unpack them, and do the standard install steps. The latest versions at this moment are available here: http://search.cpan.org/~lds/CGI.pm-3.11/ http://search.cpan.org/~gozer/mod_perl-2.0.1/ - Perrin