- or download this
if ($foo) {
print LOG "Exit condition $foo reached.\n";
exit 0;
}
- or download this
if ($line =~ /\w+sql=\w+/i) {
$db = "mysql";
$db_loc = (split(/=/, $line))[1];
}
- or download this
else {
print DEBUG "Error: Couldn't parse a database out of line ($line)\n
+";
}