NAME
Prty::Ipc - Interprozesskommunikation
BASE CLASS
METHODS
Methods
filter() - Rufe ein Kommando als Filter auf
Synopsis
($out,$err) = Prty::Ipc->filter($cmd,$in,@opt);
Description
Rufe Kommando $cmd als Filter auf. Das Kommando erhält die Daten $in auf stdin und liefert die Daten $out und $err auf stdout bzw. stderr.
Options
- -ignoreError => $bool (Default: 0)
-
Ignoriere Exitcode von Kommando $cmd. D.h. es wird keine Exception geworfen, wenn das Kommando fehlschlägt.
VERSION
1.111
AUTHOR
Frank Seitz, http://fseitz.de/
COPYRIGHT
Copyright (C) 2017 Frank Seitz
LICENSE
This code is free software; you can redistribute it and/or modify it under the same terms as Perl itself.