Help for this page

Select Code to Download


  1. or download this
    if (!exists($data->{$key}) {
      $data->{$key} = [];
    }
    push @{$data->{$key}}, $new_value;