Next:
Foreach
Up:
Control Structures
Previous:
Control Structures
 
Contents
 
Index
If
if ($boolean) { print "Do if true\n" } else { print "Do if false\n" }
Tom Hunt 2002-06-09