in reply to using CPAN through web

Why do you want to install modules through a CGI script? It looks like you have access to the server, so I don't see why you want to make things more complicated. Perhaps we could solve that problem and you can forget about your web troubles. :)

--
brian d foy <brian@stonehenge.com>

Replies are listed 'Best First'.
Re^2: using CPAN through web
by arc_of_descent (Hermit) on Mar 30, 2005 at 08:45 UTC

    I had shell access earlier. Thats how I managed to create a ".cpan" folder for myself :-)

    But no shell access now, and no help in installing Perl modules. Besides I've always wondered if there is a utility to install CPAN modules per-user through a web inerface so I thought I'd either roll my own or enquire around here.