in reply to Perl using 100% CPU
E.g. a simple perl -e 'while(1) {}' can use 100% CPU if nothing else runs on your system.
If you need more help you need to post your script.