Help for this page

Select Code to Download


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