Fix DEBUG
This commit is contained in:
parent
93918f5756
commit
05cfe96d73
2 changed files with 3 additions and 3 deletions
4
check.pl
4
check.pl
|
|
@ -111,8 +111,8 @@ for my $f (readdir $dh)
|
|||
$solution{whirlpool} = <$fh>; chomp( $solution{whirlpool} );
|
||||
close $fh;
|
||||
|
||||
use Data::Dumper;
|
||||
print STDERR Dumper(\%solution);
|
||||
# use Data::Dumper;
|
||||
# print STDERR Dumper(\%solution);
|
||||
|
||||
$dbh = DBI->connect("DBI:mysql:database=$db_settings{db};host=$db_settings{host};port=3306",
|
||||
$db_settings{user}, $db_settings{pass},
|
||||
|
|
|
|||
Reference in a new issue