Help for this page

Select Code to Download


  1. or download this
    my %h = f();
    say for keys %h;
    
  2. or download this
    my $i;
    say for grep ++$i % 2, f();