You assume I have shell access which I dont. Thats why i'm asking ;-> Thanks for the prely though.
On Thu, 2005-10-27 at 12:14 -0400, Philip M. Gollucci wrote: > Gert Burger wrote: > > E.g If I have a account at a hosting company that provides mod_perl. Can > > I 'install' a catalyst webapp and run it without the hosting company > > having a systemwide catalyst installation? > perl -MCPAN -e install (Bundle::Catalyst) > FYI, thats almost half of CPAN.... they might notice. :) > > You'll have to put this in some directory you can write too. > > Then in your startup.pl, .conf file, or in your scripts, add these dirs to > your @INC > via use lib() or the like. > > >