Help for this page

Select Code to Download


  1. or download this
    while( <> ) {
      # -e goes here
    } continue {
      print;
    }
    
  2. or download this
    ## code that was in BEGIN block
    while( <> ) {
    ...
      print;
    }
    ## code that was in END block