Help for this page

Select Code to Download


  1. or download this
    declare and initialize variables with static data
    code to be run
    subroutines that use above variables
    
  2. or download this
    BEGIN {
        declare and initialize variables with static data
    ...
        }
        subroutines that use above variables
    }