http://qs321.pair.com?node_id=5708

Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question: (input and output)

I found it is possible to use print function in the following way:
$a=4; $b=5; print " Something = $a Something else = $b ";
It makes newlines itself! I didn't find anything like this in documentation and FAQs. stasoft@yahoo.com

Originally posted as a Categorized Question.