Anant Gupta wrote:
I am not allowed to write to /var/www/cgi-bin/

I am not the root user of my machine
Is their any way i can try out my perl cgi programs on this machine( Red Hat
Linux)

Hmm, with a few small changes, you could try to use HTTP::Server::Simple::CGI, just make sure you use a port > 1024 (0-1024 are reserved ports, only to be used by root).

You might also be able to run Fefe's gatling server from your home directory (also on a port > 1024):

<http://www.fefe.de/gatling/>

Haven't tried it yet, but sounds reasonable easy to set up.

LG
Rene

--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to