App-Iops
view release on metacpan or search on metacpan
lib/App/Iops.pm view on Meta::CPAN
Returns a new object.
=over
=item help
use App::Iops;
App::Iops->new( 'help' )->run;
Prints the help and exits. This is very side-effectful. This might
throw exceptions.
=item pid => $pid
use App::Iops;
App::Iops->new( pid => $a_pid )->run;
Associates a process id to attach to.
=back
( run in 0.577 second using v1.01-cache-2.11-cpan-496ff517765 )