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