nafri has asked for the wisdom of the Perl Monks concerning the following question:
I have tried binary mode in $main::csv_setup but cant get it to read it..# parse, process and save data for further usage my $fh = new IO::File; my $ic_failed = 0; my $ic_total = 0; if ($fh->open($feed)) { my $parser = Parse::CSV->new( handle => $fh, csv_attr => $csv_setup, fields => $csv_fields, filter => sub { retrievefiles($_) }, );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: issue with LF & CRLF
by Loops (Curate) on Aug 06, 2013 at 22:33 UTC | |
by nafri (Initiate) on Aug 06, 2013 at 22:57 UTC | |
by Loops (Curate) on Aug 07, 2013 at 03:48 UTC | |
|
Re: issue with LF & CRLF
by Athanasius (Archbishop) on Aug 07, 2013 at 02:53 UTC | |
|
Re: issue with LF & CRLF
by Laurent_R (Canon) on Aug 07, 2013 at 07:03 UTC | |
by nafri (Initiate) on Aug 07, 2013 at 11:11 UTC | |
by Loops (Curate) on Aug 07, 2013 at 11:19 UTC | |
by nafri (Initiate) on Aug 07, 2013 at 23:40 UTC | |
|
Re: issue with LF & CRLF
by Anonymous Monk on Aug 06, 2013 at 23:39 UTC | |
by nafri (Initiate) on Aug 07, 2013 at 01:13 UTC | |
by Anonymous Monk on Aug 07, 2013 at 02:24 UTC |