Help for this page
use strict; use warnings; ... print @{ shift }, "\n"; print @{ shift() }, "\n"; }