Help for this page

Select Code to Download


  1. or download this
    my $icon = "$themepath/$status.gif";
    my $testdetails = "/bb/html/$host.$test.html";
    print qq(\t<th><a href="$testdetails">),
       qq(<img src="$icon" border="0" alt="$status" $iconsize title="$test
    +: $status since $duration ago">),
        qq(</a></th>\n);
    
  2. or download this
    if (defined $tref->{$host}{$test}{status}) {
    
  3. or download this
    defined $tref->{$host}{$test}
    
  4. or download this
    defined $tref->{$host}{$test}{status}