Re: what host for cgi scripts ?

Michiel Dethmers (michiel@quipu.co.uk)
Fri, 18 Jun 1999 10:39:45 +0100


On 17 Jun 99, at 18:04, v.spataro@agora.stm.it wrote:

> Have you found any site where i can run perl script without problems ?
> Free hosting sites, i'd prefer.

I have set up a directory on my site "perllib" and install all the 
modules I like in there and then start all my scripts with 

use lib "/path/to/perllib";

Maybe you can do something similar?

Michiel