File manager - Edit - /usr/share/doc/perl-Sys-Syslog-0.33/eg/syslog.pl
Back
#!/usr/bin/perl use strict; use Sys::Syslog; die "usage: $0 facility/priority message\n" unless @ARGV; my ($facility, $priority) = split '/', shift; my $message = join ' ', @ARGV; openlog($0, "ndelay,pid", $facility) or die "fatal: can't open syslog: $!\n"; syslog($priority, "%s", $message); closelog();
| ver. 1.4 |
Github
|
.
| PHP 5.6.40 | Generation time: 0 |
proxy
|
phpinfo
|
Settings