Help for this page
my @array = ( "Hibbs", ... "Schwartz", "Vroom", );
my @array = grep { /\S/ } split /\n/, ' foo ... and so on ';