Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: perl puzzle - cartoon couple registry (beginner, semi-golf)

by perigeeV (Hermit)
on Jun 12, 2002 at 10:55 UTC ( [id://173757]=note: print w/replies, xml ) Need Help??


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

the 2 entries below are close, but using "\n" disqualifies them. What options in perl could take the place of a newline? (or is this a trick?)

print "$_ is married to $couples{$_}<br>" for(sort keys %couples)

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


Replies are listed 'Best First'.
Re^2: perl puzzle - cartoon couple registry (beginner, semi-golf)
by Bod (Parson) on Jun 01, 2023 at 22:13 UTC
    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.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://173757]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (5)
As of 2024-03-28 14:42 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found