> This, of course, sent me back under the hood! :)  It appears that
> the only way
> to call a method by its name (as determined at runtime) is to
> wrap it in an
> eval.  At least that appears to be what you do here:

Which is why we do things like ...

'mode1' => \&show_login_form,
'mode2' => \&run_login,
'mode3' => \&show_session

right?  To avoid that additional eval call when PERL is checking for the
sub.

Or am I way off base?

-- Cory










---------------------------------------------------------------------
Web Archive:  http://www.mail-archive.com/[email protected]/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to