Ask a Question related to PERL Miscellaneous, Design and Development.
-
Tom #1
tied multi dimensional hashes
Can't it be done or what?
I need the quickest and easiest way to accomplish this and so far, nothing
has worked.
Please share a solution, otherwise I'm stuck with incredibly large, but flat
records.
Thanks,
Tom
Tom Guest
-
in_array with multi-dimensional arrays?
Hello. I want to make this: $hack_attempt = TRUE; for ($i=0;$i<count($article);$i++) { if ($article_id == $article) $hack_attempt = FALSE; }... -
assigning a multi-dimensional array (mda) to an mda?
Hi all, Quiet but not idle... I'm working on localization -- placing all text labels, etc. into one subsection; this made things so easy I... -
Multi-dimensional Array
Hi, Array-Question: Suppose you have an array like: <? $invoices=$taxrate; $invoices=a number; ?> -
Dynamic Multi Dimensional Arrays
Hello Everyone, I want to emulate session objects (as opposed to variables). I stumbled upon creating multi-dimensional arrays, so I can do this:... -
I wish I knew more about multi-dimensional arrays
Hi, please don't chuckle (too loudly) at my attempts to learn ;) I'm trying to create what I think would be a multi-dimensional array from a... -
Bob Walton #2
Re: tied multi dimensional hashes
Tom wrote:
....> Can't it be done or what?
> I need the quickest and easiest way to accomplish this and so far, nothing
> has worked.
> Please share a solution, otherwise I'm stuck with incredibly large, but flat
> records.That would be to use MLDBM; as has been mentioned in responses to some> Tom
of your previous posts.
--
Bob Walton
Bob Walton Guest



Reply With Quote

