Re: Good resources on CGI programming with Perl

2011-09-08 Thread Alan Haggai Alavi
Hello Parag, > Could some please suggest any good online resources on learning CGI > programming with Perl Curtis "Ovid" Poe's CGI course is popular: http://web.archive.org/web/20070709150107/http://users.easystreet.com/ovid/cgi_course/ Regards, Alan Haggai Alavi. -- The

Re: Good resources on CGI programming with Perl

2011-09-08 Thread Jeff Pang
08 сентября 2011, 23:17 от Parag Kalra : > Hi, > > Could some please suggest any good online resources on learning CGI > programming with Perl > Maybe this book is the best one from my experience: http://shop.oreilly.com/product/9781565924192.do Or there is a free training

Good resources on CGI programming with Perl

2011-09-08 Thread Parag Kalra
Hi, Could some please suggest any good online resources on learning CGI programming with Perl Also please let me know the goods for the same. Thanks, Parag -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/

Re: CGI programming

2009-12-01 Thread Rene Schickbauer
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 po

Re: CGI programming

2009-11-30 Thread Philip Potter
2009/11/30 Anant Gupta : > 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 c

Re: CGI programming

2009-11-30 Thread lan messerschmidt
On Mon, Nov 30, 2009 at 5:39 PM, 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) > That's decided by the http server's config. Some of httpd.conf ma

CGI programming

2009-11-30 Thread Anant Gupta
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) Anant

RE: your my last hope on this cgi programming question

2002-01-07 Thread Alan C.
Hi, http://www.delphiforums.com/ I originally discovered the follows site from being a member at above site. I'm a member at above of which I can first log on there which then entitles me to freely travel/navigate follows/next site without logged on to above, membership (free) perl.about.com

RE: your my last hope on this cgi programming question

2002-01-07 Thread John Edwards
This should help http://www.freewebspace.net/search/advanced.shtml -Original Message- From: Hockey List [mailto:[EMAIL PROTECTED]] Sent: 07 January 2002 16:02 To: Alfred Wheeler Cc: [EMAIL PROTECTED] Subject: Re: your my last hope on this cgi programming question Yeh, I saw that site

Re: your my last hope on this cgi programming question

2002-01-07 Thread Hockey List
You just need to use CGI.pm > >>to display a form, then > >>when that form is submitted, store the results. > For > >>some pointers, take a > >>look at this site. > >> > >> > >http://www.devdaily.com/Dir/Perl/Articles_and_Tutorials/CGI/ &

Re: your my last hope on this cgi programming question

2002-01-07 Thread Alfred Wheeler
gt; >> >http://www.devdaily.com/Dir/Perl/Articles_and_Tutorials/CGI/ > >>HTH >> >>John >> >>-Original Message- >>From: Hockey List [mailto:[EMAIL PROTECTED]] >>Sent: 07 January 2002 15:03 >>To: [EMAIL PROTECTED] >>Subject: your my

RE: your my last hope on this cgi programming question

2002-01-07 Thread Hockey List
ook at this site. > > http://www.devdaily.com/Dir/Perl/Articles_and_Tutorials/CGI/ > > HTH > > John > > -Original Message- > From: Hockey List [mailto:[EMAIL PROTECTED]] > Sent: 07 January 2002 15:03 > To: [EMAIL PROTECTED] > Subject: your my last hope on this cg

RE: your my last hope on this cgi programming question

2002-01-07 Thread Hockey List
st [mailto:[EMAIL PROTECTED]] > Sent: 07 January 2002 15:03 > To: [EMAIL PROTECTED] > Subject: your my last hope on this cgi programming > question > > > I posted this in a perl forum and was told you all > might be able to help.. > > I was hoping you might point me in

RE: your my last hope on this cgi programming question

2002-01-07 Thread John Edwards
PROTECTED] Subject: your my last hope on this cgi programming question I posted this in a perl forum and was told you all might be able to help.. I was hoping you might point me in the right direction on a pretty simple problem. I have spent days just trying to see HOW to get this done, let alon

your my last hope on this cgi programming question

2002-01-07 Thread Hockey List
I posted this in a perl forum and was told you all might be able to help.. I was hoping you might point me in the right direction on a pretty simple problem. I have spent days just trying to see HOW to get this done, let alone doing it. This seems so damn simply but Im running into a brick wall.