![]() |
Perl script problem
Quote:
Quote:
|
Re: Perl script problem
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 |
Re: Perl script problem
Thanks for the reply. The switch you posted does not work as it looks at it as one address. I will play around with it. If I do find a solution I will definitely post back.
|
Re: Perl script problem
Just a note, you have to reverse the "/" to a forward slash. I don't know how to get this forum to accept the forward slash so I reversed them without telling you (oops).
What I did to run a perl script for psycostats was to create a .BAT or .CMD file that looked like this (reverse slashes). cd C:/psychostats start C:/Perl/bin/perl stats.pl In order for the perl script to run, I had to CD (change directory) to the folder that had the perl script in it or it would not work. So far, I have not found a way to get the server loader to run a bat/cmd file, so you'll have to find a way to get perl to accept commnd line arguments in a way where the scrip will run properly. |
Re: Perl script problem
Falco, try this
Quote:
|
All times are GMT +2. The time now is 21:21. |
Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.