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 -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/