Help for this page
while ($line = <>) { while ($line =~ s/\\\n//) { ... } # ... do useful stuff with $line here ... }