Help for this page

Select Code to Download


  1. or download this
       $quiz->$act()
    
  2. or download this
    use strict;
    sub Foo::hello {
    ...
    my $meth = "hello";
    my $class = "Foo";
    $class->$meth("world");