Hi,
I tried it...when running the perl script it works (I created a debug output to a file). but when truing it from the website, it doesn't.
Regarding the errors, from where can I get the error message if they aren't shown in the cmd?
this is my code:
#!/usr/bin/perl -w
use CGI;
$cgi = new CGI;
$word = $cgi->param('word');
#Debuggin
open FILE, ">>", "file.txt";
print FILE "Parameter";