in reply to Re^2: method dispatch question
in thread method dispatch question
but why would you want to do that?use strict; use CGI; sub meth {'p'} my $cgi = CGI->new; print $cgi->${\meth()}('foo')."\n";
update D'oh! didn't read the question closely enough. This is not what you're looking for.
|
|---|