This is trivial, as it only checks one site and returns the lines that you want. But since all the if statements are checking the start of the line for certain things, once a particular "if" has succeeded there is no need to check the rest, so I would change all the "if" statements to "elsif" after the first one.