Help for this page
if the delimiter or the qualifier is a special symbol in regular expre +ssion, you must escape it by '\'. For example, in order to use pipe s +ymbol as the delimiter, you must specify the delimiter as '\|'.
my $t = Data::Table::fromCSV("ravi.csv", 0, undef, { delimiter => '\|' + });