in reply to Re^2: Is there a problem with how large the perl file gets?
in thread Is there a problem with how large the perl file gets?

Splitting those off into a much smaller script will mean faster overall access times for the system as a whole.

Agreed. I meant that simply chopping one big script into several modules then useing or requireing all of them wouldn't speed anything up.