Home : General : Perl Programming :

General: Perl Programming: Re: [AstroBoy] Hash Loop: Edit Log

Here is the list of edits for this post
Re: [AstroBoy] Hash Loop
Don't worry...I found the solution. I needed:

Code:
foreach (keys %{$attr{KEY}}) {
$query .= $_ . '=' . $dbh->quote($attr{KEY}{$_}) . $bool;
}

Last edited by:

RedRum: Nov 14, 2001, 5:15 AM

Edit Log: