The perl script is not an executable file and that's why it's failing.
Try this (change path to point to where perl.exe resides)
Code:
AppName = C:/Perl/bin/perl.exe F:/Apache/Group/Apache2/htdocs/hlstats/perl/hlstats.pl
Perl will run, but the script may fail if it cannot locate paths to the files it uses. So, you may have to configure a few things with perl and/or the script to get it working.