Help for this page

Select Code to Download


  1. or download this
    if (eval $if) {
        print "hi";
    } else {
        print "hello";
    }
    
  2. or download this
    $min = some number if defined
    $max = some number if defined
    ...
    } else {
        print "hello";
    }