Thread Dateitest (3 answers)
Opened by alexus-777 at 2004-04-26 23:28

ptk
 2004-04-27 14:16
#81871 #81871
User since
2003-11-28
3645 Artikel
ModeratorIn
[default_avatar]
Ab perl5.9.1 kann man die Tests kombinieren. Aus perldoc perl591delta:
Code: (dl )
1
2
3
4
  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.

View full thread Dateitest