Help for this page

Select Code to Download


  1. or download this
    while(<check>)
    {    if (m/^(?:Update Status:)\s*(\w+)/)
    ...
            close(check);
        }
    }
    
  2. or download this
    while(<check>)
    {    if (m/^(?:Update Status:)\s*(\w+)\s*(.*)$/)
    ...
            }
        }
    }