
IO::Plumbing::PRNG - access to entropy

use IO::Plumbing qw(plumb prng);
{
local($/) = \0;
while (<$output>) {
print "Read a filename: '$_'\n";
}
}
$output->wait;

Degenerate IO::Plumbing object that contains or collects data, depending on whether it is used as a target or a source of data.

Copyright 2007, Sam Vilain. All Rights Reserved. This program is free software; you can use it and/or modify it under the same terms as Perl itself.