> does this work?:
>
> sub my_run_mode {
> my $self = shift;
>
> # perform some action
>
> return $self->other_run_mode;
> }
It certainly does. I use this very method, where other_run_mode returns a
scalarref that is a template that my designers can edit, and my_run_mode
contains all the programming logic. I've used it in a dozen places
without any complications whatsoever.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]