Help for this page
for $x qw(a b c) { ... }
for $x (qw(a b c)) { ... }
use POSIX qw(setlocale localeconv); our @EXPORT = qw(foo bar baz);