The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #3 (permalink)  
Old 09-27-2006
Corona688 Corona688 is offline
Registered User
  
 

Join Date: Aug 2005
Location: Saskatchewan
Posts: 1,934
If I had to guess, it'd be the "perl" part that is taking so much time. Perl is not noted for it's efficient use of time or memory. For little things, you'd never notice, but for larger things or things that need to do many jobs quickly, it adds up.

Try cutting down the number of imported modules.

Don't bother with perlcc. If it works at all you'll end up with an executable multiple megabytes in size.