Help for this page
#!/usr/bin/perl -w use strict; ... print OUTPUT $buffer; } close OUTPUT;
while (<$fh>){ print; }