use Data::Dumper; print Dumper $incomingdata; #### $VAR1 = [ { 'quantity' => 1, 'name' => 'abc1' }, { 'quantity' => 2, 'name' => 'abc2' } ]; #### my @partofcookie= @$incomingdata;