my $objects = $items == 1 ? "object" : "objects"; print "You have $items $objects. What would you like to do with your $objects?";