it allows interchange of HASH references and integers
I'm guessing that he means:
print $href, '-', 0+$href;; HASH(0xacaa0) - 707232
But as you say misunderstands that you can't (easily) go the other way. Also, perhaps he forgets that C allows you to cast a pointer to an integer; but more significantly cast an integer to a pointer (to anything).
In reply to Re^4: Sharing DBI between threads
by BrowserUk
in thread Sharing DBI between threads
by bagent
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |