Help for this page

Select Code to Download


  1. or download this
    while ($line = <>) {
      while ($line =~ s/\\\n//) {
    ...
      }
      # ... do useful stuff with $line here ...
    }