Help for this page

Select Code to Download


  1. or download this
    my %hash;
    my @split = split //, $string;
    ...
      push @{$hash{$_->[0]}}, $_->[1];
    }
    undef @positions ;