Perl: Read binary file byte by byte and print bytes to console?

techhelp

New member
I have a binary file I want to open in perl, read byte by byte and print to the terminal. Any ideas?
I want the bytes printed as hex like this:
90 3C 00 FF 03 3F 5F 67
 
Back
Top