Help for this page

Select Code to Download


  1. or download this
    if (my $matched = $input{info1} || $input{info2} || $input{info3}) {
           print "information is valid for $matched."
    ...
           print "none of the conditions were met\n";
    }