Help for this page

Select Code to Download


  1. or download this
    binmode(FH);
    local $/ = "\cM\cJ";  # CRLF
    ...
    while (<FH>) { 
       # This might actually work, given that it honors $/
    }