#!/usr/bin/perl -w ################################################################################# ## Author: BRIAN HUNTER ## Date: 8/10/2020 ## Email: brian@sutechy.com ################################################################################# use strict; my $file="alert"; system("/bin/mailx -s 'INFO' brian\@sutechy.com < $file");