Help for this page

Select Code to Download


  1. or download this
    say "OK" if ($test == any(7,5,3));
    
  2. or download this
    use Perl6::Junctions qw(any);
    print "OK\n" if ($test == any(7,5,3));
    
  3. or download this
    $h=$ENV{HOME};my@q=split/\n\n/,`cat $h/.quotes`;$s="$h/."
    ."signature";$t=`cat $s`;print$t,"\n",$q[rand($#q)],"\n";