Help for this page
$ perl -e " use strict; use warnings; my %f; $f[0]=3; " Global symbol "@f" requires explicit package name at -e line 1. Execution of -e aborted due to compilation errors.