Help for this page
if (all(5, 10, 15) > any (3, 8, 12, 20)) { print "Success!\n" }
if (qr/^\d+$/ == all(@input)) { ... }