Help for this page

Select Code to Download


  1. or download this
    @Notes = sort { $b->{terms} <=> $a->{terms} } @Notes;
    
  2. or download this
        foreach my $l (@lines) {
            my $pns = PNSearch->new($MUH, $l->[0]-$cur, $l->[1], $file);
    ...
    open DUMP, ">somefile.txt" or die $!;
    Dumper \@Notes;
    close DUMP;