in reply to Re: IF and some conditions
in thread IF and some conditions
If you want a set, then use a set.
use Set::Object; my $set = set(qw(7 5 3)); print "ok" if $set.includes($test);
This module is called plain "Set" in Perl 6.
$h=$ENV{HOME};my@q=split/\n\n/,`cat $h/.quotes`;$s="$h/." ."signature";$t=`cat $s`;print$t,"\n",$q[rand($#q)],"\n";
|
|---|