Help for this page
$quiz->$act()
use strict; sub Foo::hello { ... my $meth = "hello"; my $class = "Foo"; $class->$meth("world");