Help for this page

Select Code to Download


  1. or download this
    should be $cmd = <STDIN>;
    
  2. or download this
    if ($max > 3) {
        print "exiting \n";
        exit(1);
    }