Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    
  2. or download this
    (condition) or print "fail string";
    
  3. or download this
    print "fail string" if condition;
    
  4. or download this
    print "fail string" if 0 != (condition);