Help for this page

Select Code to Download


  1. or download this
    while( <> ) {
        ... # the -e snippet here
    }
    
  2. or download this
    while( <> ) {
        ... # the part of the -e snippet before the }{ here; runs for ever
    +y line in the file.
    }{  # closes the while loop body and puts a bare block after it
       ... # The part of the -e snippet after the }{ goes here and is only
    + executed after the input is exhausted.
    }