Help for this page

Select Code to Download


  1. or download this
    {
        my %data;
        @data{@data} = 1;  # turn @data into a lookup hash
    ...
                if not exists $data{$_}
        }
    }
    
  2. or download this
        @data{@data} = undef;  # turn @data into a lookup hash