NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Builtin hashes (Score:2)
No I don't know whether I'm being sarcastic or not either.
Re:Builtin hashes (Score:1)
TYPE hashtable_t IS TABLE OF RAW(128) INDEX BY VARCHAR2(12);
string_hash hashtable_t;
BEGIN
string_hash('observation')
string_hash('signature')
END;
/
Reply to This
Parent
Re:Builtin hashes (Score:2)
Hi, Bill. Welcome to the site. I'm honored to have attracted your attention.
Thanks for the books! I'm learning at breakneck pace. The combined experience you and Steve bring to bear is priceless. I recently completed Learning Oracle PL/SQL and was thrilled at all the things I was exposed to; many of those items I would probably never have seen. (And if you search my recent journal entries, you'll find one that amazed some of my coworkers and made me rather popular.)
Thanks for the hash example. I
J. David works really hard, has a passion for writing good software, and knows many of the world's best Perl programmers