X-Git-Url: http://git.rot13.org/?p=vrDialog;a=blobdiff_plain;f=db3-dump.pl;fp=db3-dump.pl;h=ec8843e6cca41abaf17a2b4d9d29a6fd193fef5e;hp=087fb140d6a7a2ea8f51f94e5c8e86c869010fb8;hb=7aaace97d931ab95737c6b87a608f7247317e46b;hpb=a37b49da0e83daa8c6f402741edb08e325af0fcd diff --git a/db3-dump.pl b/db3-dump.pl index 087fb14..ec8843e 100755 --- a/db3-dump.pl +++ b/db3-dump.pl @@ -45,7 +45,8 @@ order by adresse $sth->execute; while( my $row = $sth->fetchrow_hashref ) { - printf "%02x %-27s %-15s %s %s\n", + printf "%-3d %02x %-27s %-15s %s %s\n", + $row->{adresse}, $row->{adresse}, $types->{ $row->{typid} }, $units->{ $row->{id} },