Help for this page

Select Code to Download


  1. or download this
    next if ($hostid ne $SERVER{$server});
    
  2. or download this
    my %new_data = ();
    foreach ( @DATA ) {
      my ($hostid, $rest) = split /\t/, $_, 2;
      push @{$new_data{$hostid}}, "$hostid\t$rest";
    }