in reply to Re: perl puzzle - cartoon couple registry (beginner, semi-golf)
in thread perl puzzle - cartoon couple registry (beginner, semi-golf)

You don't need a newline. You need a <br> tag. The output is going to an HTML file

The requirement is...
print out the couple's information as formatted above to STDOUT

The final output might be to HTML but the output of this code does need newlines.

  • Comment on Re^2: perl puzzle - cartoon couple registry (beginner, semi-golf)