summaryrefslogtreecommitdiff
path: root/lib/MCE/Examples.pod
diff options
context:
space:
mode:
Diffstat (limited to 'lib/MCE/Examples.pod')
-rw-r--r--lib/MCE/Examples.pod6
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/MCE/Examples.pod b/lib/MCE/Examples.pod
index e26932a..9eec9ab 100644
--- a/lib/MCE/Examples.pod
+++ b/lib/MCE/Examples.pod
@@ -5,7 +5,7 @@ MCE::Examples - A list of examples demonstrating Many-core Engine
=head1 VERSION
-This document describes MCE::Examples version 1.511
+This document describes MCE::Examples version 1.513
=head1 DESCRIPTION
@@ -69,6 +69,10 @@ count aggregation.
divide-and-conquer algorithm. Also included are 2 plain
Perl examples.
+ pipe1.pl, pipe2.pl
+ Process STDIN or FILE in parallel. Processing is via Perl
+ for pipe1.pl, whereas an external command for pipe2.pl.
+
scaling_pings.pl
Perform ping test and report back failed IPs to standard
output.