6 lines
76 B
Plaintext
6 lines
76 B
Plaintext
|
{
|
||
|
my $default = $DB->get("default") or return;
|
||
|
|
||
|
$default->delete;
|
||
|
}
|