Help for this page

Select Code to Download


  1. or download this
    my $class = "Category::$classpart";
    my $methodname = ....;
    ...
    eval "use $class" or die; # die; propagates the current $@
    my $handle = $class->new;
    $handle->$methodname($key,$params,$testCase);