Help for this page

Select Code to Download


  1. or download this
    print "ok\n" if 2 == grep sub {
        my $x=shift;
        $_ eq $x and return 1 for @arr1;
        0;
    }->($_), qw/Sun Moon/;