#!/usr/bin/env perl use strict; use warnings; use Getopt::Long; use Proc::ProcessTable::ncps; sub version{ print "ncps v. 0.0.0\n"; } sub help{ print ' -z Show zombies procs. -s Show swapped out procs. -p Search procs using the matching regex. -u A string search for users. -t