Hi,

On 12/28/2010 03:30 PM, Hiroki Horiuchi wrote:
> How can I fix the problem?

The following works right now in Rakudo, but I don't know if it conforms
to the spec:

my $h = open '/dev/urandom', :bin;
$*OUT.write: $h.read(10)

note that read() returns a Buf, which can be printed out again with write().

Cheers,
Moritz

Reply via email to