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