At 12:03 PM 09/29/2001 -0700, Geoff Ball wrote: >I have a very basic question. At webmonkey.com I found a CGI Tutorial, and >am trying to implement CGI on my own site. I tried using the script on my >website, but it doesn't seem to work. I've worked with Perl for about 4 >months now, but am just starting to go to CGI. The script can be found at >www.geoffball.net/testing/. I would appreciate it if anyone could help me >out. Below is some information you might need: > >- The HTML file is index.html >- The Perl library is myTest.pl, which is set to 0755. >- The file that the script reads off of is input.txt. >- If you would like the code for myTest.pl, it is at myTest.pl.txt >- Any other questions can be directed to [EMAIL PROTECTED]
Check out http://www.cpan.org/doc/FAQs/cgi/idiots-guide.html Its impossible to even begin to diagnose your problem if you don't post the actual code (or, if its big code, a link to it) and/or show us the error messages which the script is outputting to your webserver error log. Use CGI::Carp qw/fatalsToBrowser/ to echo error messages to your browser's window if you dont have access to your server logs. And of course, as always, use -w and -T in your shebang line. Aloha, mel -- mel matsuoka Hawaiian Image Productions Chief Executive Alphageek (vox)1.808.531.5474 [EMAIL PROTECTED] (fax)1.808.526.4040 -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]