Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    my @result = grep {$r_name{$_}[0] eq $r_name{$_}[1]} keys %r_name;
    print @result, "\n";
    
  2. or download this
    b