Help for this page

Select Code to Download


  1. or download this
    while ( ... ) {
        my $cat = $$methods{'category'};
    ...
        eval "$class->new()->$method(\$key, \$params, \$testCase)";
        die $@ if $@;
    }
    
  2. or download this
        eval { $class->new()->$method( $key, $params, $testCase ) };