Ask a Question related to PERL Beginners, Design and Development.
-
Jan #1
Re: getting in between dates in a hash
Joseph Alotta wrote:
You mean like this?
for (@dates) {
$level{$_} = $highest_level{$_};
}
HTH,
Jan
--
A common mistake that people make when trying to design something completely foolproof is to underestimate the ingenuity of complete fools.
Jan Guest
-
ASP/VBS Dates Between Dates
I'm trying to filter records depending on 2 dates requested from the querystring MMColParam1 (startdate) and MMColParam2 (enddate), i.e. a list... -
hash of hash of array slices
This works Foreach ( @{$hash{$key1}{$key2}} ) This does note Foreach ( @{($hash{$key1}{$key2})} ) This gives me this error .... Can't... -
Sort a hash based on values in the hash stored as arrays of hashes
Hmm. I'm not quite sure if I got the subject right, but I'll try to explain. :-) I've got a hash of elements stored like this: $VAR1 = {... -
Dates
Thanks to all those who replied. I ended up doing some research myself and found a good date module at... -
Another reference question (hash of hash references)
beginners, I am trying to build a hash of hash references. My problem is that I need to be able to add a key/value pair to the internal hashes......



Reply With Quote

