in reply to Saving compile time by running subroutines as separate files with 'do'

Very interesting; thankyou. I'm going to look into Autoloader. I also take broquaint's point - implication being a view frequently expressed by dragonchild that the most efficient to way to increase performance of perl scripts is
$RAM->buy('more');
But I have a supplementary question. I've heard a lot of good things about CGI::Application, but as far as I can make out it doesn't use Autoloader. Does anybody know whether it solves the redundant compilation problem another way? And if not, can one bolt Autoloader onto it?; and also is there a good reason why it doesn't use Autoloader?



§ George Sherston
  • Comment on Re: Saving compile time by running subroutines as separate files with 'do'
  • Download Code