Anons79 Mini Shell

Directory : /proc/thread-self/root/proc/self/root/usr/share/doc/perl-Sys-Syslog/eg/
Upload File :
Current File : //proc/thread-self/root/proc/self/root/usr/share/doc/perl-Sys-Syslog/eg/syslog.pl

#!/usr/bin/perl
use strict;
use warnings;
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();

Anons79 File Manager Version 1.0, Coded By Anons79
Email: [email protected]