form action="C:/xampp/cgi-bin/myscript.cgi" method="post"
The problem here is that you load the script straight from disc, so it never goes through your Apache, and in turn Apache has no chance to actually run it.
Change the link to <c>action="/cgi-bin/myscript.cgi"
In reply to Re: Perl and Xampp
by moritz
in thread Perl and Xampp
by Yoshiro
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |