On 09/18/12 05:34, Chris Stinemetz wrote:
I am very interested in cgi scripting. I have only used php for web
development in the past.
Would someone please let me know of any good tutorials to get windows
based web development environment set up and get my feet wet?
http://www.google.com/search
beginners-cgi:
I have a Debian 6.0, Apache 2.2.16, Perl 5.10.1, and CGI.pm 3.43 machine
with a folder containing:
$ cat .htaccess
Options +ExecCGI
AddHandler cgi-script pl
ErrorDocument 404 /cgi.pm-get-post-errordocument/printcgi.pl
$ cat index.html
direct:
On 03/14/2011 06:25 AM, Rahul!! wrote:
I am new to cgi-perl web development. When javascript is disabled in
the browser, how to validate it from the CGI file?? I want to do
something like this,
if (/javascript is disabled){
print " This webapp needs javascript, please enableable
javascrip