Help for this page
>perl -e"use strict; for (my @x) { } @x" Global symbol "@x" requires explicit package name at -e line 1. Execution of -e aborted due to compilation errors.
my @a; push @container, \@a; push @container, \@a;