Help for this page

Select Code to Download


  1. or download this
      
    use warnings;
    use strict;
    ...
        }
    
    }
    
  2. or download this
     #!/Users/andreafossati/perl5/perlbrew/perls/perl-5.24.0/bin/perl 
    use warnings;
    use strict;
    ...
        my %seen;
        grep !$seen{$_}++, @_;
    }