Hi there,
I have a script running on web server performing a search type facility. It works great but can be a bit slow. This is probably alot to with the server itself (and it's hap-hazard configuration) but I wanted to know if there are any ways I can go about trying to speed up the execution of my script.
The error logs show that although it runs, the script still produces errors...these are mainly "Name main::var-name used only once, poss typo" and it does this for all my global variables...I'm not using Strict, should I and are these errors anything to worry about since the script works?
Any tips on performance would be greatly appreciated.
Many Thanks
Jez
I have a script running on web server performing a search type facility. It works great but can be a bit slow. This is probably alot to with the server itself (and it's hap-hazard configuration) but I wanted to know if there are any ways I can go about trying to speed up the execution of my script.
The error logs show that although it runs, the script still produces errors...these are mainly "Name main::var-name used only once, poss typo" and it does this for all my global variables...I'm not using Strict, should I and are these errors anything to worry about since the script works?
Any tips on performance would be greatly appreciated.
Many Thanks
Jez