>   The use of the eval () is a clever trick to "chain" to 
> another run-mode
> which ultimately displays stuff. :-)
> 
>   return eval( '$self->'.$FORM{return_rm}.q{(undef,msg=>'User Added
> > Successfully')} );
> 
> This is the part where I think it'd be nice to have some help from
> CGI::Application.
> 
> If the action simply returned:  return $FORM{return_rm};
> 
> 

Tim,

I agree, the eval is clever.  I agree, CGI::Application could help.

Elizabeth


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

Reply via email to