View Single Post
Re: Perl script problem
Old
  (#2)
botmeister
Ex-Council Member
 
botmeister's Avatar
 
Status: Offline
Posts: 1,090
Join Date: Nov 2003
Location: Canada
Default Re: Perl script problem - 30-09-2005

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.


Maker of the (mEAn) Bot.Admin Manager

"In theory, there is no difference between theory and practice. But, in practice, there is." - Jan L.A. van de Snepscheut

Last edited by botmeister; 30-09-2005 at 05:03..
  
Reply With Quote