Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    
    ...
            
    my @args = ("echo", "@contents", "Web Server Issue", "PROD", "/home/ad
    +min/logs/check_jvm/EmailAlert.log");
    system(@args) == 0 or die "system @args failed: $?"