in reply to avoiding excessive number of methods in CGI::Application and DBI modules

Is there a(n easy) way to avoid this scenario ?

If all the methods are doing different things why worry?

If all the methods are doing similar things take the common behaviour and factor it out into stand alone modules - or look at something like Maypole or Catalyst which does most of the CRUD work for you.

  • Comment on Re: avoiding excessive number of methods in CGI::Application and DBI modules