IPC::Cmd allows you to run commands platform independently, interactively if desired, 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 ...
BINGOS/IPC-Cmd-1.04 - 13 Jul 2019 09:17:39 GMTCAZADOR/MooX-Ipc-Cmd-1.2.1 - 18 Nov 2016 18:26:32 GMT
"IPC::Cmd::Cached" uses "IPC::Cmd" to run arbitrary shell commands, but caches their results and finds them later. It uses a "Cache::FileCache" object to store the output of commands it has successfully executed persistently on disk. Results are stor...
MSCHILLI/IPC-Cmd-Cached-0.01 - 18 Dec 2007 06:10:59 GMTIPC::PrettyPipe::Cmd objects are containers for the individual commands in a pipeline created by IPC::PrettyPipe. A command may have one or more arguments, some of which are options consisting of a name and an optional value. Options traditionally ha...
DJERIUS/IPC-PrettyPipe-0.12 - 21 Dec 2018 19:41:01 GMTRefactored IPC::Cmd with a consistent OO API Would have used MooseX::Daemonize but using Moo not Moose so robbed some code from there instead...
PJFL/Class-Usul-0.84.1 - 14 Apr 2018 12:28:18 GMTCAZADOR/MooX-Ipc-Cmd-1.2.1 - 18 Nov 2016 18:26:32 GMT
Archive::Tar::Wrapper::IPC::Cmd is a fork of Michael Schilli's Archive::Tar::Wrapper Removed: IPC::Run, IO::Pty Added: IPC::Cmd...
BIESZCZAD/Archive-Tar-Wrapper-IPC-Cmd-0.22 - 12 Jul 2012 08:43:57 GMTThis module comes from the nth time I've had to implement a select loop and wanted appropriate sudo/su privilege magic, environment variables that are set in the child, working directories set etc. It aims to provide a reasonable interface for settin...
BOBTFISH/IPC-ShellCmd-0.001 - 09 Nov 2009 01:52:05 GMTIPC::ShellCmd::SSH->new(Host => *$host*, [*$opt* => *$val*, ...]) The only external method for this is the constructor. This sets up the various arguments that are going to be used to generate the command-line. Other methods on this are used by IPC::...
BOBTFISH/IPC-ShellCmd-0.001 - 09 Nov 2009 01:52:05 GMTIPC::ShellCmd::Sudo->new([*$opt* => *$val*, ...]) The only external method for this is the constructor. This sets up the various arguments that are going to be used to generate the command-line. Other methods on this are used by IPC::ShellCmd, but it...
BOBTFISH/IPC-ShellCmd-0.001 - 09 Nov 2009 01:52:05 GMTIPC::ShellCmd::Generic->new(Prog => *$prog*, [*$opt* => *$val*, ...]) The only external method for this is the constructor. This sets up the various arguments that are going to be used to generate the command-line. Other methods on this are used by I...
BOBTFISH/IPC-ShellCmd-0.001 - 09 Nov 2009 01:52:05 GMTAbstract base class for other IPC::ShellCmd command types....
BOBTFISH/IPC-ShellCmd-0.001 - 09 Nov 2009 01:52:05 GMTIPC::Run allows you to run and interact with child processes using files, pipes, and pseudo-ttys. Both system()-style and scripted usages are supported and may be mixed. Likewise, functional and OO API styles are both supported and may be mixed. Vari...
TODDR/IPC-Run-20180523.0 - 23 May 2018 17:24:25 GMTThis module allows you to run a subprocess and redirect stdin, stdout, and/or stderr to files and perl data structures. It aims to satisfy 99% of the need for using "system", "qx", and "open3" with a simple, extremely Perlish API. Speed, simplicity, ...
RJBS/IPC-Run3-0.048 - 29 Mar 2014 15:59:52 GMTThis module was written to provide a secure and highly flexible way to execute external programs with an intuitive syntax. In addition, more info is returned with each string of executions, such as the list of PIDs and $? of the last external pipe pr...
GLAI/IPC-Exe-2.002001 - 14 Nov 2011 08:22:35 GMTThe open2() function runs the given $cmd and connects $chld_out for reading and $chld_in for writing. It's what you think should work when you try $pid = open(HANDLE, "|cmd args|"); The write filehandle will have autoflush turned on. If $chld_out is ...
XSAWYERX/perl-5.30.0 - 22 May 2019 09:35:50 GMTThe open2() function runs the given $cmd and connects $chld_out for reading and $chld_in for writing. It's what you think should work when you try $pid = open(HANDLE, "|cmd args|"); The write filehandle will have autoflush turned on. If $chld_out is ...
SHAY/perl-5.30.1 - 10 Nov 2019 14:14:00 GMTExtremely similar to open2(), open3() spawns the given $cmd and connects CHLD_OUT for reading from the child, CHLD_IN for writing to the child, and CHLD_ERR for errors. If CHLD_ERR is false, or the same file descriptor as CHLD_OUT, then STDOUT and ST...
XSAWYERX/perl-5.30.0 - 22 May 2019 09:35:50 GMTExtremely similar to open2(), open3() spawns the given $cmd and connects CHLD_OUT for reading from the child, CHLD_IN for writing to the child, and CHLD_ERR for errors. If CHLD_ERR is false, or the same file descriptor as CHLD_OUT, then STDOUT and ST...
SHAY/perl-5.30.1 - 10 Nov 2019 14:14:00 GMT