in reply to Text::CSV Changes

i noticed that below attribute sets that behavior. is it something that is introduced between versions 1.13 and 1.21 ? quote_space By default, a space in a field would trigger quotation. As no rule exists this to be forced in CSV, nor any for the opposite, the default is true for safety. You can exclude the space from this trigger by setting this option to 0

Replies are listed 'Best First'.
Re^2: Text::CSV Changes
by KSHYAMKUMAR (Acolyte) on Aug 26, 2015 at 17:32 UTC

    never mind guys. it was introduced in v1.16 </p?