6 lines
83 B
Plaintext
6 lines
83 B
Plaintext
{
|
|
my $exefiles = $DB->get('EXEFILES') or return;
|
|
|
|
$exefiles->delete;
|
|
}
|