Blog

[perl6] how do i read binary file?

You can read a file as binary file in this form:

my $dat = slurp($filename, :bin);