Help for this page
use strict; use warnings; ... while( @b = ( $x ) = shift @a ) { print Dumper \@b; }