in reply to Re^3: Need to sort comma delimited, double quoted file
in thread Need to sort comma delimited, double quoted file

Thanks everyone for help!! I got things worked with below options in my case.
my $csv = Text::CSV->new({binary => 1, decode_utf8 => 1, auto_diag => +1, allow_loose_quotes => 1, allow_loose_escapes => 1});