Help for this page
use Data::Dumper; ... ... print join ' ', map { $items{$_} // ' ' x 35 } @keyorder; } ...