Help for this page
my @array = split(/\s+/, $_); my ( $key, $value ) = @array[ 0, -1 ];
my @array = split(/\s+/);