in reply to Re^2: Change a SCALAR into a HASH using just Perl without any XS code?
in thread Change a SCALAR into a HASH using just Perl without any XS code?

because it doesn't contain anything

Creating an empty hash is very easy...

There's obviously some information the module requires from this hash. You can't create a hash that meets the module's needs until you figure out what this information is. This is what you need to do first.

  • Comment on Re^3: Change a SCALAR into a HASH using just Perl without any XS code?