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