NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Hex (Score:1)
Look at a Java .class file in a hex editor sometime. The first 4 bytes (8 hex chars) are the magic number that identifies the file type.
Re:Hex (Score:1)
Yeah, I'm familiar with Java's 0xcafebabe. It's one of the better magic numbers for binary file formats (beats 'MZ' anyday).
Andrew Whitworth
Reply to This
Parent