Help for this page
is_missing my $missing = $csv->is_missing ($column_idx); ... "column_names" are set in the hash-ref. If you still need to kn +ow if all fields in each row are provided, you should enable "keep_me +ta_info" so you can check the flags.
my $csv = Text::CSV_XS->new ({ auto_diag => 1, binary => 1, keep_meta_info => 1, });