Stacked filetest operators As a new form of syntactic sugar, it's now possible to stack up filetest operators. You can now write "-f -w -x $file" in a row to mean "-x $file && -w _ && -f _". See "-X" in perlfunc.