ewhitt has asked for the wisdom of the Perl Monks concerning the following question:
$VAR1 = { 'Vlan212' => { 'inputQueueDrop' => '468723', 'inputQueueFlushes' => '54735', 'status1' => 'up' }, 'Vlan215' => { 'inputQueueDrop' => '80366', 'inputQueueFlushes' => '80366', 'lateErrors' => '3452', 'runts' => '234', } };
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Inserting hash keys to MySQL field names using DBI
by bart (Canon) on Dec 16, 2007 at 10:07 UTC | |
|
Re: Inserting hash keys to MySQL field names using DBI
by CountZero (Bishop) on Dec 16, 2007 at 13:06 UTC | |
|
Re: Inserting hash keys to MySQL field names using DBI
by fmerges (Chaplain) on Dec 16, 2007 at 12:05 UTC |