Help for this page
$b = 0; while ( @slog = $sth->fetchrow_array ) { ... ($a,$b) = split(/=/, $info); push(@info,$b) }
if (defined($info{$b})) { die "Duplicate reference"; } $info{$b} = $b;