in reply to how to read binary file and give a binary output?

Hi perllearn, welcome to the Monastery!

You should check pack and unpack on how to handle binary strings. open or sysopen should show you how to open a file.

as soon as possible
It depends on how fast you can read and understand.
لսႽ† ᥲᥒ⚪⟊Ⴙᘓᖇ Ꮅᘓᖇ⎱ Ⴙᥲ𝇋ƙᘓᖇ
  • Comment on Re: how to read binary file and give a binary output?

Replies are listed 'Best First'.
Re^2: how to read binary file and give a binary output?
by SuicideJunkie (Vicar) on Oct 16, 2014 at 13:26 UTC
    binmode $filehandle; is also important.
Re^2: how to read binary file and give a binary output?
by McA (Priest) on Oct 16, 2014 at 13:38 UTC

    Don't forget index to find the byte sequence.

    McA