----- Original Message ----- From: "Shlomi Fish" <[email protected]>
To: <[email protected]> Cc: "Tiago Hori" <[email protected]> Sent: Thursday, April 21, 2011 3:01 PM Subject: Re: Real Beginner
On Thursday 21 Apr 2011 22:03:27 Tiago Hori wrote:print "Hi $name! ";You're missing a "\n".
Naw, the original post indicates that they want all the output on a single line. The return comes later...
... either here:
print"$lastperson!\n";
... or here:
print "You are the first here!\n";
-- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] http://learn.perl.org/
