Can't understand this.



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

.



Relevant Pages

  • Re: TimeOut Expired. Using Temporary tables
    ... you're stepping through the rows in the temp table. ... iterating through these records in a WHILE Loop and performing certain ... executed using ADO.NET's ExecuteNonQuery method. ... > However after around 18 hrs of processing time i get a TimeOut error. ...
    (microsoft.public.dotnet.framework.adonet)
  • Re: concurrency with DBI questions
    ... sqlldr before uing a temp table, infact with 9i I can even use the ... rebuild indexes any more than that. ...
    (comp.lang.perl.misc)