It doesn't work whether use strict; is used or not.
$ perl -e'my @Aseen{@a} = ();' syntax error at -e line 1, near "@Aseen{" Execution of -e aborted due to compilation errors.
You probably added that my at the same time you added use strict;
In reply to Re^3: Syntax error for the following ???
by ikegami
in thread Syntax error for the following ???
by mr_p
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |