Help for this page

Select Code to Download


  1. or download this
    if ($x == 42) {
       print "I have the answer\n"
    }
    
  2. or download this
    if ($x == 42) {
       print "I have the answer\n"
       print "to Life, the Universe, and Everything\n";
    }