Help for this page
use strict; use warnings; ... } print "$count total" or die $!;
use strict; use warnings; ... } } print "$count total " or die $!;