Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
        @hash{@_} = 1;
        return keys %hash;
    }
    
  2. or download this
    user@host:~/scripts/test$ ./unique.pl 
    
    ...
    d
    =
    user@host:~/scripts/test$