Help for this page

Select Code to Download


  1. or download this
    $tests->{$stype} ||= {};
    my %tests = %{$tests->{$stype}};
    
  2. or download this
    my $tests = {
        all => {
    ...
            heat_pgm     => sub { check_hpgm(@_, 'Solar'); },
        },
        ...