View Single Post
Old 06-03-2008, 10:28 AM   #521
tompe
Grand Sorcerer
tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.
 
Posts: 7,452
Karma: 7185064
Join Date: Oct 2007
Location: Linköpng, Sweden
Device: Kindle Voyage, Nexus 5, Kindle PW
The Perl code that packs it is:
Code:
 $header = pack "a32 n n N N N N N N a4 a4 N",
                $self->{name},
                $attributes,
a32 means a string with maximum length 32 that will be null padded. So the length 31 should work in the current version but 32 will not work.
tompe is offline   Reply With Quote