[Courses] [Perl] exercise answers...

Morgon Kanter morgon at surgo.net
Sat Mar 15 12:38:39 EST 2003


1) As I said in my previous post, its to put a newline on the screen

2)
$var = 23 + 28 + 31 + 17 + 1;
$var /= 5;
print $var . "\n";

3)
print "Suzy\n" x 5;

That's all folks
Morgon


More information about the Courses mailing list