>
> I went through the same process-- I tried to make my "Data" modules a
> sub-class of CGI::App
> at first and it Just Didn't Work. I like the new division
> because now I
> could write another
> front end to my data modules that might run from the command line or
> something else besides CGI.
> (so a cron script could manipulate the data, for example).
>
>   -mark
>

Spencer and Mark,

This sounds promising.  Here is my stumbling block.  As I have tried to
eleminate run_modes with embedded "action" function calls, I find that I am
copying the same if-then-else tree from run_mode to run_mode so that each
can decide for itself which "action" function to call.  When the were
run_modes, I could take care of it by using a seperate run_mode param.  Have
you run up against anything similar?

Elizabeth


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to