2009/11/30 Anant Gupta <anantgupta...@gmail.com>: > 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)
Ask the root user of your machine. As an example of how these things work, at my university I can put things on my website my putting files in ~/public_html. Perl scripts may be used, but they will only be executed if I give them a particular name. On other systems, perl scripts will only be executed if they are put into a particular directory. The rules are arbitrary and were decided by my system administrators. The only way you can find out is to ask the person who runs your machine. If they run an IT support website, have a look on there. Philip -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/