Path to this page:
Subject: CVS commit: pkgsrc/devel/p5-IPC-Cmd
From: Havard Eidnes
Date: 2008-12-20 15:38:42
Message id: 20081220143842.B3DB8175D0@cvs.netbsd.org
Log Message:
Import p5-IPC-Cmd version 0.42.
IPC::Cmd allows you to run commands, interactively if desired,
platform independent but have them still work.
The can_run function can tell you if a certain binary is installed
and if so where, whereas the run function can actually execute any
of the commands you give it and give you a clear return value, as
well as adhere to your verbosity settings.
Files: