I have a PERL script that reads two files and performs some operation on them, this code returns in about 35 min. in a server with 1 processor as well as a server with multiple processors.
How can I make the PERL script take advantage of the multiple processors?
Plz help...