Help for this page

Select Code to Download


  1. or download this
    my $hr_one = {
      'a' => [1, 2],
      'b' => [3, 4],
      'c' => [5, 6]};
    my $hr_two = Clone::clone($hr_one);