Help for this page

Select Code to Download


  1. or download this
    unless ($type eq 'newer' || $type eq 'older') {
      print "bad type\n";
      print "blee\n";
    }
    
  2. or download this
    do { print "bad type\n"; print "blee\n"; }
      unless ($type eq 'newer' || $type eq 'older');