Help for this page
Select Code to Download
Select
or
download this
$ perl -E'@x=qw( a b c ); $var = *x; say for @{ *$var{ARRAY} }' a b c