Help for this page

Select Code to Download


  1. or download this
    steveb@laptop:~/Loading_Scripts$ perl -c syslog_smtp.pl
    syslog_smtp.pl syntax OK
    
  2. or download this
    bash-3.00# perl -c  ./syslog_smtp.pl
    Unrecognized escape \S passed through at ./syslog_smtp.pl line 38.
    ...
    syntax error at ./syslog_smtp.pl line 60, near "} elsif"
    syntax error at ./syslog_smtp.pl line 70, near "}"
    ./syslog_smtp.pl had compilation errors.
    
  3. or download this
    #!/usr/bin/perl
    #
    ...
        print "$csv\n";
      }
    }