Help for this page
sub blah { my ( $foo, $bar, $baz ) = ( shift, shift ); }
shazam ( 0, 6, 7, $index, $arrayref, $hashref ); ... sub shazam { my ( $foo, $bar, $baz, $bup, $quz, $pig, $cow ) = (shift, shift, shi +ft, shift, shift, shift); }