in reply to HoH keys with trailing white spaces ????

ChopBlanks?

  • Comment on Re: HoH keys with trailing white spaces ????

Replies are listed 'Best First'.
Re^2: HoH keys with trailing white spaces ????
by 3dbc (Monk) on Dec 10, 2011 at 14:32 UTC
    I love this part "The default is false (although it is possible that the default may change)"

    So simple; $dbh->{ChopBlanks} = 1; works great. Thank you!

    No need for any more code to reinvent the wheel, just a simple & silly little DBI setting...