Fixed bug in PipeOutputArray
authorandrew <Andrew@DeFaria.com>
Fri, 17 Jul 2015 18:57:04 +0000 (11:57 -0700)
committerandrew <Andrew@DeFaria.com>
Fri, 17 Jul 2015 18:57:04 +0000 (11:57 -0700)
lib/Utils.pm

index a21d996..acebce5 100644 (file)
@@ -529,7 +529,7 @@ Returns:
 
 =cut
 
-  open my $pipe, '|', $to 
+  open my $pipe, '|-', $to 
     or error "Unable to open pipe - $!", 1;
 
   foreach (@output) {