Help for this page

Select Code to Download


  1. or download this
    my @union = keys %{{(@array1,@array2)x2}};
    
  2. or download this
    my @array1=qw(a b);
    my @array2=qw(c d);
    ...
    #prints:
    a
    c