Help for this page
while(<check>) { if (m/^(?:Update Status:)\s*(\w+)/) ... close(check); } }
while(<check>) { if (m/^(?:Update Status:)\s*(\w+)\s*(.*)$/) ... } } }