"Normandin, Jason" wrote:
> Hi
>
> I am scoping the %response_values hash at the top. I dont understand why it
> would need to be temporary as I am referancing that hash outside of the loop
> when I iterate through.
>
> I changed the syntax to referance the oids rather then the hash name and I
>
[EMAIL PROTECTED] wrote:
> foreach my $response ($record->{keys %response_values} )
What is this? It looks like you are trying to use a list as a hash key. I don't
think that is going to work. A hash element should take a scalar as its key, not a
list:
Greetings! C:\Documen
Hello Jason,
> $VAR1 = {
> 'oids' => '%response_values',
> 'time' => '03/25/2004 03:16:39'
> };
...
> If so, what is wrong with my assignment statement ?
>
> push @{$response_hash{$request_id}},{time => "$time",oids =>
> "%response_values"};
That is exactly what Charl
How can I get the oids=> to populate the oids object with the vals ?
Thanks
Jason
-Original Message-
From: Charles K. Clarkson [mailto:[EMAIL PROTECTED]
Sent: Thursday, March 25, 2004 10:35 AM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Cc: Normandin, Jason
Subject: RE: Hash H
is point :(
= Jason
-Original Message-
From: Wiggins d Anconia [mailto:[EMAIL PROTECTED]
Sent: Thursday, March 25, 2004 10:45 AM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]; Normandin, Jason
Subject: RE: Hash Help Needed !
> [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
[snip]
&
IL PROTECTED]
Cc: Normandin, Jason
Subject: RE: Hash Help Needed !
[EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
:
: I have run into a situation that I am unclear on.
:
: I am making the following assignment during a loop:
:
: push @{$response_hash{$request_id}},{time => "$time"
Please bottom post
> Hi
>
> I am scoping the %response_values hash at the top. I dont understand
why it
> would need to be temporary as I am referancing that hash outside of
the loop
> when I iterate through.
>
It doesn't have to be temporary, but you overstep the help that 'strict'
would
Got it. I missed your note on the whitespace.
Thanks everyone !!
>
> From: "Charles K. Clarkson" <[EMAIL PROTECTED]>
> Date: 2004/03/25 Thu PM 03:35:08 GMT
> To: <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]>
> CC: <[EMAIL PROTECTED]>
> Subject: R
> [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
[snip]
> :
> : print "Time : $record->{time}\n";
> : print "IP : $record->{ip_addr}\n";
> : foreach my $response ($record->{keys %response_values} )
In addition to what Charles already stated, once you have c
[EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
:
: I have run into a situation that I am unclear on.
:
: I am making the following assignment during a loop:
:
: push @{$response_hash{$request_id}},{time => "$time",ip_addr
: => "$ip_address",oids => "%response_values"};
I didn't test your cod
Hey List.
I have run into a situation that I am unclear on.
I am making the following assignment during a loop:
push @{$response_hash{$request_id}},{time => "$time",ip_addr => "$ip_address",oids =>
"%response_values"};
Where: response_values is a simple hash containing key,value pairs and $tim
11 matches
Mail list logo