Can't understand this.
- From: techrepository@xxxxxxxxx (Ay)
- Date: Thu, 29 Nov 2007 06:29:26 -0800 (PST)
I'm not sure what this piece of code does: Infact it is getting a
database query and iterating ...
my %temp;
while ( my %row = $dbproc->dbnextrow(1) ){
$temp{ $row{ i } } = { %row }; // No idea what this is doing.
}
Would appreciate if someone could explain the syntax.
-ay
.
- Follow-Ups:
- Re: Can't understand this.
- From: John W . Krahn
- Re: Can't understand this.
- Prev by Date: Re: extracting fields from a matching line
- Next by Date: Re: Cannot understand this fragment of code
- Previous by thread: Cannot understand this fragment of code
- Next by thread: Re: Can't understand this.
- Index(es):
Relevant Pages
|