M mutualad Verified User Joined Mar 27, 2006 Messages 13 Mar 30, 2007 #1 Hi, I'm trying to set up some additional tracking that requires mod_perl to be installed. Being a noob (still), what is the best and safest way to add mod_perl to my server. Thanks Kev
Hi, I'm trying to set up some additional tracking that requires mod_perl to be installed. Being a noob (still), what is the best and safest way to add mod_perl to my server. Thanks Kev
nobaloney NoBaloney Internet Svcs - In Memoriam † Joined Jun 16, 2003 Messages 25,033 Location California Mar 30, 2007 #2 The CPAN repositories. If you've got it installed: Code: perl -e MCPAN Jeff
M mutualad Verified User Joined Mar 27, 2006 Messages 13 Mar 30, 2007 #3 Hi Jeff, doesn't look like it's installed - which came as a shock is there another solution? is there a quick and easy way to install cpan? rgds Kev
Hi Jeff, doesn't look like it's installed - which came as a shock is there another solution? is there a quick and easy way to install cpan? rgds Kev
M mutualad Verified User Joined Mar 27, 2006 Messages 13 Mar 30, 2007 #4 oops it is installed just needed to use perl -MCPAN -e instead Thanks