Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
I'm generating random 32 bit integers based on Math::Random::MTwist. I want to pipe the raw binary output, but (obviously) print() won't do. Neither will syswrite() to STDOUT.
Am I missing something simple?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Need Raw Binary Output
by Anonymous Monk on Dec 05, 2016 at 21:01 UTC | |
by Anonymous Monk on Dec 06, 2016 at 19:49 UTC |