You could also use File::BOM to open the file and then pass the file handle to Spreadsheet::Read.
# untested use File::BOM qw( :all ); use Spreadsheet::Read; open_bom(my $fh, $file, ':utf8'); my $book = ReadData ($fh, parser => "csv");
In reply to Re^3: Is there a way to make these two regex lines cleaner?
by swl
in thread Is there a way to make these two regex lines cleaner?
by bartender1382
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |