Help for this page
print $stuff[0][2], "\n"; # prints three print $stuff[3][1], "\n"; # prints random
#!/usr/bin/perl ... ); print Dumper \@stuff;