Hi
I am new to CGI..I cannot create a file using CGI. I do execute another
program to create a file, it executes fine..But while using CGI it fails.
I had used a die statement and after that I tried printing some text after
this. it is not getting printed that means it is not printing...Please help in
printing out the die message,.
I had used
en INPUT ,">a.txt" or die "Cannnot create the file $!";
The message is not getting printed and I am not aware of the reason. Please
help me to troubleshoot this.
Thanks
Anish