![]() |
|
Clear questions and runnable code get the best and fastest answer |
|
PerlMonks |
Re^5: Text::CSV encoding parse()by choroba (Archbishop) |
on Aug 14, 2019 at 19:35 UTC ( #11104476=note: print w/replies, xml ) | Need Help?? |
In what encoding have you saved the source code? The recommended practice is to use UTF-8 and tell Perl that your source code contains non-ascii UTF-8 characters (i.e. use utf8).
map{substr$_->[0],$_->[1]||0,1}[\*||{},3],[[]],[ref qr-1,-,-1],[{}],[sub{}^*ARGV,3]
In Section
Seekers of Perl Wisdom
|
|