From the documentation it doesn't seem the above ought to work, but it does. Anyone knows why?$ perl -e '@a = qw/1222 2 3/; while (<@a>) { print $_ ."\n";}' 1222 2 3
In reply to Diamond operator iterating over arrays? by trantorvega
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |