use Text::CSV::Separator qw(get_separator);
my $csv_file = "Test01.csv";
my $delimiter = get_separator( path => "$csv_file",
lucky => 1,
exclude => [':', ' ', '-'],
);
my $csv_file = "Test01.csv";
my $delimiter = get_separator( path => "$csv_file",
lucky => 1,
exclude => [':', ' ', '-'],
);
No comments :
Post a Comment