Help for this page
my @x = (qw/a b c abc def ghi z/); ... { print "<$_>\n"; }
<a> <b> ... <def> <ghi> <z>