Help for this page

Select Code to Download


  1. or download this
      if ($something) {
    print "here\n";
    ...
      print "here2\n";
        get_input();
    }
    
  2. or download this
      if ($something) {
        print "here\n";
    ...
        print "here2\n";
        get_input();
      }