RE: DBI Utility Functions - more documentation?

2016-04-18 Thread John Martel
help me organize the data and get it out more efficiently. Thanks for responding. John -Original Message- From: tim.bu...@pobox.com [mailto:tim.bu...@pobox.com] Sent: Sunday, April 17, 2016 4:41 PM To: John Martel Cc: tim.bu...@pobox.com; dbi-users@perl.org Subject: Re: DBI Utility

Re: DBI Utility Functions - more documentation?

2016-04-17 Thread tim.bu...@pobox.com
Hello John. The DBI::hash function simply returns an integer that hash been derived from a string by some maths. See https://en.wikipedia.org/wiki/Hash_function That kind of 'hash' is (mostly) unrelated to a Perl hash like my %foo; also known as an associative array. I've CC'd this to the