SyntaxFix
Write A Post
Hire A Developer
Questions
So for everyone starting out with XAMPP cgi
change the extension from pl to cgi change the permissions to 755
mv test.pl test.cgi chmod 755 test.cgi
It fixed mine as well.