in reply to Should I fear eval? (want to do two things on the left side of an if/unless)
my $type="blee"; print("bad type\n"), print("blee\n") unless ($type eq "newer" || $type eq "older"); [download]
_________broquaint