http://www.perlmonks.org?node_id=20953

Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

I want to print the contents of file line by line, with some additional formatting added to each line.

Here's what I've tried:

print <IN> , "<br/>\n" ;

Originally posted as a Categorized Question.