Help for this page

Select Code to Download


  1. or download this
    while (<>) {
        # ... process a chunk of input ...
        # ... print result ...
    }
    
  2. or download this
    use strict;
    use warnings;
    ...
            binmode ARGV, $input_layers or die $!;
        }
    }
    
  3. or download this
    use strict;
    use warnings;
    ...
        # ... process a chunk of input ...
        # ... print result ...
    }