Help for this page
if ( ref( $Elements[$1] ) eq "ARRAY" ) { push ( @{$Elements[$l]} }, $value ); } else { $Elements[$1] = [$value]; }
$ perl -MData::Dumper -e' > @arr = (1, 2); ... 5 ); $