![]() |
|
Just another Perl shrine | |
PerlMonks |
Re: avoiding excessive number of methods in CGI::Application and DBI modulesby adrianh (Chancellor) |
on May 01, 2005 at 15:18 UTC ( [id://453021]=note: print w/replies, xml ) | Need Help?? |
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.
In Section
Seekers of Perl Wisdom
|
|