in reply to Re: Floats with trailing zeros as a hash key
in thread Floats with trailing zeros as a hash key

This is a tiny little script sitting on a web server taking orders for a grand total of 5 items. A database would be massive overkill.

And in any case, I'm more intrested in a theoretical solution to mixing string and numeric contexts in hash keys.

----
I wanted to explore how Perl's closures can be manipulated, and ended up creating an object system by accident.
-- Schemer

Note: All code is untested, unless otherwise stated

  • Comment on Re: Re: Floats with trailing zeros as a hash key