in reply to Re^3: Quote-like operators in a hash
in thread Quote-like operators in a hash
print $key." : ".sqlExecute($value);
print "\t\t".$key." : "; print sqlExecute($value); print "\n";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Quote-like operators in a hash
by kyle (Abbot) on Jan 05, 2009 at 19:10 UTC | |
by tux402 (Acolyte) on Jan 05, 2009 at 19:15 UTC | |
by wol (Hermit) on Jan 06, 2009 at 11:10 UTC |