Help for this page
while( <$fh> ){ if(/(\S+)\s+(\S+)/){ ... } }
warn 'scalar ', /(\S+)\s+(\S+)/; warn 'list ', join '|', /(\S+)\s+(\S+)/;