mpalmer12345
Programmer
I am running a Perl cgi-bin program that is causing my account to be suspended due to excessively high cpu load. All the program does is read in a site's html code via LWP::Simple and process it using Perl s// commands. Can anybody give me some general tips as to how I can write Perl code to minimize the cpu load, or whether I can even do this well enough to make a difference?