Help for this page

Select Code to Download


  1. or download this
    sub readPorts(\%) {
     die "Incorrect number of args to readPorts\n" unless @_ == 1;
     my $portHash = shift;
    ...
      push (@{$portHash->{$port}},$sname . "\t" . $rem);
     }
    }