my @got = @{ ExactlyWhatThisReturns( $exactly, $what, $it, $is, $based, $on ) }; #### my @got = @{ ExactlyWhatThisReturns( $exactly, $what, $it, $is, $based, $on, ) }; #### my @items = @{ $user->GetAccount()->GetPriorOrder()->GetItemCodes() }; #### my( $state, $zip ) = @{ $user->GetAccount()->GetPriorOrder()->GetShippingAddress() }{ 'state', 'zip' };