- or download this
my %config
(
...
nasmailmsg_to => 'name@email.com',
dm_check => 'dmcheck.txt',
);
- or download this
MIME::Lite->send('smtp', $config{smtp_destination});
if (! open my $fh, '<', $config{nas_array_ip_list})
...
- or download this
system 'del dmcheck.txt';
- or download this
unlink $config{dm_check} or warn "Could not unlink file '$config{dm_ch
+eck}': $!";