Help for this page
for (0 .. 2) { my $output = qx{echo '\$_ is $_'}; print $output; }
my @things; ... push @things, [ \@inv, \@outv ]; }