Help for this page

Select Code to Download


  1. or download this
        do 
        {
    ...
            $sth->execute($backup_archive,$line) or die("Could not perform
    + query: " . $sth->errstr);
          }
        } until ( $completion == 1);
    
  2. or download this
        until(  $line eq $completion_line );