Help for this page

Select Code to Download


  1. or download this
    $LIST_FILE="listfile2";
       
    ...
      print "Sleeping for 5.\n";
      system('sleep 5');
    }
    
  2. or download this
      system("mysql < $FILE 2>> errorlog");
      system("mysql < $FILE 2&>> errorlog");