Help for this page

Select Code to Download


  1. or download this
    my @features = ("tall", "handsome", "rich");
    my $ideal = any(all("tall", "handsome", "rich"
    ...
    failure
    any(handsome,tall,rich)
    any()