lvfile_open: failed to open logfile /etc/fw/log/fw.log log ptrs problem Failed to open logfile #### #!/usr/bin/perl -w use strict; ############################################################ # # Script to check to see if the log files become corrupt # ############################################################ my $result; my $cmd1="fw log -n" ; my $from_addr="Root"; my $to_addr="Dru"; #Run fw log command #$result=`$cmd1`; #If it fails, then send email if ($cmd1 =~ m/failed/){ open(SENDMAIL, "|/usr/lib/sendmail -oi -t") or die "Can't fork for sendmail: $!\n"; print SENDMAIL <