Help for this page
#!/usr/bin/perl -w use strict; ... while( (key, value) = each( %set ) ) { #$table->{$pk}->{$key} = $set{$key}; }