The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

IO::Plumbing::PRNG - access to entropy

SYNOPSIS

 use IO::Plumbing qw(plumb prng);


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

DESCRIPTION

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

AUTHOR AND LICENCE

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.