IO::Plumbing::PRNG - access to entropy


IO-Plumbing documentation  | view source Contained in the IO-Plumbing distribution.

Index


NAME

Top

IO::Plumbing::PRNG - access to entropy

SYNOPSIS

Top

 use IO::Plumbing qw(plumb prng);




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

DESCRIPTION

Top

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

Top

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.


IO-Plumbing documentation  | view source Contained in the IO-Plumbing distribution.