1
0
Fork 0
mirror of https://github.com/perlbot/perlbuut synced 2025-06-08 15:45:42 -04:00

new plugin

This commit is contained in:
Ryan Voots 2010-02-23 17:07:02 -05:00
parent 00df8158d4
commit e74b5a05af

View file

@ -35,7 +35,7 @@ sub {
while (my $row = $sth->fetchrow_arrayref()) while (my $row = $sth->fetchrow_arrayref())
{ {
print $row->[0], ": ", $kars, " "; print $row->[0], ": ", $row->[1], " ";
} }
} }
else else