2008/12/17 Chas. Owens
> On Tue, Dec 16, 2008 at 10:30, Panda-X wrote:
> > Hi Owen,
> >
> > 2008/12/15 Chas. Owens
> >>
> >> On Mon, Dec 15, 2008 at 04:18, Panda-X wrote:
> >> > Hello,
> >> >
> >> > I have a hash tree, which sub- and sub-sub-sub ( and whatever )
> >> > items inside are all has
On Tue, Dec 16, 2008 at 10:30, Panda-X wrote:
> Hi Owen,
>
> 2008/12/15 Chas. Owens
>>
>> On Mon, Dec 15, 2008 at 04:18, Panda-X wrote:
>> > Hello,
>> >
>> > I have a hash tree, which sub- and sub-sub-sub ( and whatever )
>> > items inside are all hashes.
>> >
>> > and the next step I dealing wi
Hi Owen,
2008/12/15 Chas. Owens
> On Mon, Dec 15, 2008 at 04:18, Panda-X wrote:
> > Hello,
> >
> > I have a hash tree, which sub- and sub-sub-sub ( and whatever )
> > items inside are all hashes.
> >
> > and the next step I dealing with this hash tree is to use
> > Data::Dumper to dump it out.
From: Panda-X
> I have a hash tree, which sub- and sub-sub-sub ( and whatever )
> items inside are all hashes.
>
> and the next step I dealing with this hash tree is to use
> Data::Dumper to dump it out.
>
> What I hope that the Data::Dumper result can keep the order as
> what I declared at very
On Mon, Dec 15, 2008 at 04:18, Panda-X wrote:
> Hello,
>
> I have a hash tree, which sub- and sub-sub-sub ( and whatever )
> items inside are all hashes.
>
> and the next step I dealing with this hash tree is to use
> Data::Dumper to dump it out.
>
> What I hope that the Data::Dumper result can ke
Hello,
I have a hash tree, which sub- and sub-sub-sub ( and whatever )
items inside are all hashes.
and the next step I dealing with this hash tree is to use
Data::Dumper to dump it out.
What I hope that the Data::Dumper result can keep the order as
what I declared at very first. Is that anyway
> -Original Message-
> From: Barry Jones [mailto:[EMAIL PROTECTED]]
> Sent: Friday, May 24, 2002 6:32 AM
> To: Beginners @ Perl (E-mail)
> Subject: Getting through a deep hash
>
>
> I'm having trouble with this set of code. I'm trying to
> navig
On Fri, May 24, 2002 at 09:32:26AM -0400, Barry Jones wrote:
>
> my $results = $test->{testing_results}{testing_result};
> if(ref($results) eq 'ARRAY') {
> for my $spot (@$results) {
> for my $key (keys %$spot) {
> if (ref($spot->{$key}) eq 'HASH') {
I'm having trouble with this set of code. I'm trying to navigate my way
through a VERY deep hash (aka hash with references to hash with
references to arrays with references to hashes, which may not contain
any values cause that's the way it was written before I got here).
Anyw
At 01:00 AM 6/18/01 -0500, Teresa Raymond wrote:
>I'm sorry, but I mean could you explain the syntax of the whole line.
Always ask the list, not an individual respondent. I may be gone for a
month in Antarctica or something.
>>At 10:08 PM 6/17/01 -0500, you wrote:
>>>Could you please explain t
At 05:04 PM 6/16/01 -0400, F.H wrote:
>Hi All,
>I am trying to display some data as follows:
>
> City: Chicago
> Street: Main
> People:
>John Doe 1
>John Doe 2
>J.D 3
>
> City: L.A
>
Hi All,
I am trying to display some data as follows:
City: Chicago
Street: Main
People:
John Doe 1
John Doe 2
J.D 3
City: L.A
Street
and so on...for the other states
my %state;
Whil
12 matches
Mail list logo