on perl5, if someone wants to parse the binary, he has the package / unpack utiltiy, where he can convert the binary structure to perl variables and vice verca,
now there is production equivalence for pack / unpack perl6, since from the documentation I found that for Perl6 there are batch / unpack methods, but they are experimental,
Does anyone know the status of these functions, and if there is an alternative to a parser parsing file that contains a list of perl6 entries?
smith source share