Help for this page

Select Code to Download


  1. or download this
    my %_;
    map { %_{$_} = undef } @arr1, @arr2;
    my @newarr = keys %_;
    
  2. or download this
      @a = (1,2,3,4,5);
      @b = (1,3,1,3,1);