Help for this page

Select Code to Download


  1. or download this
    if (&Search_Buff($decide == "1")){
         &Site_Up;
    ...
    else {
        &Site_Down;
    }
    
  2. or download this
    sub Search_Buff {
        open (gethttpbuff, "gethttpbuff.txt") || die("Could not open file!
    +");
    ...
    
        return 0;
    }