Help for this page

Select Code to Download


  1. or download this
    @bigarray = qw(this is the main array from which to delete elements);;
    @smallarray = qw(delete elements);;
    ...
    from
    which
    to
    
  2. or download this
    @bigarray = qw(this is the main array from which to delete elements);;
    @smallarray = qw(delete elements);;
    ...
    from
    which
    to