Help for this page

Select Code to Download


  1. or download this
    @old{keys %new} = values %new;
    
  2. or download this
    my %old = %$old;
    my %new = %$new;