Help for this page

Select Code to Download


  1. or download this
    use strict;
    use  List::Compare;
    
    ...
    my @results = map {$_ . ' '. $hash_two{$_}} $lc->get_Ronly;
    
    print join "\n", @results;