in reply to Re^4: Reverting the internals of an IV to their original states
in thread Reverting the internals of an IV to their original states
So, I would say that it is generally a problem to have any code that makes assumptions based on the corrent flags of a scalar. Ideally, you should change the XS code's API to expect a string or number rather than guessing, and let the user tell you which type it is. (and I realize this is generally hard for nested data structures.)
|
|---|