Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    my ( $n,  %h ) = -1;
    $_ = $h{$_} //= $n+=2 for @a;
    print Dumper \@a;
    
  2. or download this
    my ( $n,  %h ) = -1;
    $_ = $h{$_} //= $n+=2 for @a;
    
  3. or download this
    $_=$h{$_}//=$}+=2-!$}for@a;