Help for this page

Select Code to Download


  1. or download this
    $last_key = delete $_->{ $key_name };
    push @{ $build_box }, $_;
    
  2. or download this
    push @{ $build_box }, $_;
    $last_key = delete $build_box->[-1]{$key_name};