@cl_data_row=(eval"\split(/\$de/,$inp_row)");
has four errors in it!
Fixed:
@cl_data_row = split(/\Q$de/, $inp_row);
Why aren't you using Text::CSV anyway?
In reply to Re^3: Regex - counting number of '|'
by ikegami
in thread Regex - counting number of '|'
by perl_junkie
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |