Help for this page

Select Code to Download


  1. or download this
    my %distinct;
    for my $aref ( @result ) {
        $distinct{$aref->[0]}++;
    }
    print Dumper(\%distinct);