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