Help for this page

Select Code to Download


  1. or download this
    probe.pl < probe_input.file > output.file
    
  2. or download this
    #! C:\Perl\bin\perl
    
    ...
    for (sort{ @{$probes{$b}} <=> @{$probes{$a}} } keys %probes) {
        print "$_, ", join(", ", sort @{$probes{$_}}), "\n";
    }