Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re^3: delete FF's from a file

by Anonymous Monk
on Feb 11, 2013 at 09:47 UTC ( [id://1018120]=note: print w/replies, xml ) Need Help??


in reply to Re^2: delete FF's from a file
in thread delete FF's from a file

FWIW, you should binmode if you want to treat your binary files as binary ( no newline translation )

with open it would be  open my($infile), '<:raw', ... or die ...

While you're in a learning mood, get a free copy of Modern Perl book, a loose description of how experienced and effective Perl 5 programmers work....You can learn this too.</b.

Replies are listed 'Best First'.
Re^4: delete FF's from a file
by james28909 (Deacon) on Feb 11, 2013 at 09:56 UTC
    yes yes, i did use binmode. thanks for the tips as well :)

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1018120]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (5)
As of 2024-04-23 22:27 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found