in reply to Re: Modularizing CGI::Application
in thread Modularizing CGI::Application
One question though -- why should I have to declare the login/logout methods in App.pm? My logic told me that defining them in sub setup .. } should have take care of that automatically? Obviously my logic was wrong. I want to know why? Does this mean that if I create more custom modules to package related functionality together, I would have to do the use base " .. "; bit for each one of them?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Modularizing CGI::Application
by Herkum (Parson) on Apr 29, 2007 at 12:06 UTC |