=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== libmysql-diff-perl-0.60/lib/MySQL/Diff/Database.pm-220- my $fh = IO::File->new("| mysql $args") or die "Couldn't execute 'mysql$args': $!\n"; libmysql-diff-perl-0.60/lib/MySQL/Diff/Database.pm:221: print $fh "\nCREATE DATABASE \`$temp_db\`;\nUSE \`$temp_db\`;\n"; libmysql-diff-perl-0.60/lib/MySQL/Diff/Database.pm-222- print $fh $defs; ############################################## libmysql-diff-perl-0.60/lib/MySQL/Diff/Database.pm-230- $fh = IO::File->new("| mysql $args") or die "Couldn't execute 'mysql$args': $!\n"; libmysql-diff-perl-0.60/lib/MySQL/Diff/Database.pm:231: print $fh "DROP DATABASE \`$temp_db\`;\n"; libmysql-diff-perl-0.60/lib/MySQL/Diff/Database.pm-232- $fh->close;