
ronald29x
New User
Aug 14, 2005, 9:02 PM
Post #1 of 3
(1062 views)
|
|
printing a space or newline
|
Can't Post
|
|
can somebody help me, i want to know what are methods to print a space or newline in perl. this is some of them that i know, can you give me another way? thanks print "abc "; print "abc"." "; print "abc\n"; print "abc"."\n"; print "abc".$/;
|