There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

NAME

Linux::ProcessInfo::Process - Interface to information about a single process

SYNOPSIS

use Linux::ProcessInfo;
my $process = Linux::ProcessInfo->process($pid);
print $process->cmdline, "\n";

DESCRIPTION

This class provides information about a single process. Instances of this class must be obtained via Linux::ProcessInfo.