Help for this page
my $sep = ';'; # field separator my $expected_field_count = scalar split /$sep/, <>; # header line ... } ... }