Help for this page

Select Code to Download


  1. or download this
    somedata data blah \
    continuation of previous line \
    ...
    stand alone line
    multiple line \
    continuation of multiple line
    
  2. or download this
    while(<F>) {
        if (multiple line) {
    ...
          #its a single line so just process
        }
    }