Help for this page
>perl -wMstrict -le "my @list= qw(first_string second_string THIRD fourth_string); ... " 'first_string' 'second_string' 'THIRD' 'fourth_string' 'first' 'second' 'THIRD' 'fourth'