Help for this page

Select Code to Download


  1. or download this
    unless ($things_went_wrong) { # do some stuff }
    
  2. or download this
    unless ($result < $HIGHEST_VALUE && ! $bad_results{$result}) { # stuff
    + }
    
  3. or download this
    unless ($result) {
        ## Do some stuff
    ...
        ## yet other stuff... 
    }