Help for this page

Select Code to Download


  1. or download this
        my @fields = qw(total_jobs ... retried_jobs);
        ...
    ...
            my $val = $hash{$key};
            print OUT "$val|";
        }