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.
Reply to This
Re:Builtin hashes (Score:2)
Touche. You win. :)
J. David works really hard, has a passion for writing good software, and knows many of the world's best Perl programmers
Re:Builtin hashes (Score:2)
My point is that they appear to get excited over non-features, like the syntax for a PL/SQL block.
We used to take a vacation out west every summer, camping most of the time, but stopping every few days in a hotel to clean up and reconnect with civilization. In the states at least, there are certain things expected at a hotel. I remember gawking at hotel signs that advertised "air conditioning" and "color television," because every hotel I ever stayed at had these. It was like advertising that the rooms
J. David works really hard, has a passion for writing good software, and knows many of the world's best Perl programmers
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;
/
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