Help for this page

Select Code to Download


  1. or download this
    <IN>;    # skip "--start of file--"
    while(  <IN>  ) {
    ...
            warn "Unexpected line: $_";
        }
    }