aboutsummaryrefslogtreecommitdiff
path: root/renrot
diff options
context:
space:
mode:
authorZeus Panchenko <zeus@camb.us>2008-06-23 14:16:25 +0000
committerZeus Panchenko <zeus@camb.us>2008-06-23 14:16:25 +0000
commit016828b8098db3e4a102fa60dc3081eb271aa39c (patch)
tree80145696c81782dadabdffca1e5d0f344cd676e8 /renrot
parentbce4e115a540fc43a3bf7c788effbedde2ab2b9f (diff)
downloadrenrot-016828b8098db3e4a102fa60dc3081eb271aa39c.tar.gz
renrot-016828b8098db3e4a102fa60dc3081eb271aa39c.tar.bz2
function piper() commented
git-svn-id: file:///svnroot/renrot/trunk@534 fe2816f4-e837-0410-b10a-f608c9d244a1
Diffstat (limited to 'renrot')
-rwxr-xr-xrenrot11
1 files changed, 8 insertions, 3 deletions
diff --git a/renrot b/renrot
index dae35c5..8d783b0 100755
--- a/renrot
+++ b/renrot
@@ -1889,9 +1889,14 @@ sub thm_gen_orig {
########################################################################################
-#
-# piper() opens two pipes for process object via cmd
-#
+# Usage : piper();
+# Purpose : opens two pipes for process object via the command passed as argument
+# Returns : $pipe_obj processed via $pipe_cmd
+# Parameters : $pipe_obj bin - the object to be processed via pipe
+# : $pipe_cmd str - the command for the processing
+# Throws : no exceptions
+# Comments : none
+# See Also : n/a
sub piper {
use FileHandle;
use IPC::Open2;

Return to:

Send suggestions and report system problems to the System administrator.