Help for this page

Select Code to Download


  1. or download this
    use Modern::Perl;
    
    ...
        my %hash = map { $_ => 1 } @_;
        keys %hash == 1 ? 1 : 0;
    }
    
  2. or download this
    The array's elements are the same.