chromatic / modern_perl_book

Modern Perl: the book
http://www.modernperlbooks.com/
664 stars 187 forks source link

Get rid of unnecessary chomp #248

Closed kensanata closed 9 years ago

kensanata commented 9 years ago

After calling redo, the first thing that happens is a chomp $line. The chomp after reading a continuation line is unnecessary.

chromatic commented 9 years ago

Good catch, thank you.