in reply to URL Regex Matching, again
print( ($string =~ /.html?$/) ? "Complete\n" : "Incomplete\n" ); [download]