On Wed, Jan 5, 2011 at 8:19 PM, jbiskofski <jbiskof...@gmail.com> wrote: > When I inspect this text file with a hex editor all the way at the end > it has 0A0A, this is messing me up because I need to perform some > openssl operations on the file and Im not getting the correct results.
0A is likely a linefeed (ASCII or Unicode decimal 10) character, (though I think it would technically depend on the character encoding and byte order. Are you absolutely sure that you aren't writing two linefeeds into the file? Can you post example code that demonstrates the observed behavior? Without seeing the code it's pretty well impossible to diagnose. :) -- Brandon McCaig <http://www.bamccaig.com> <bamcc...@gmail.com> V zrna gur orfg jvgu jung V fnl. Vg qbrfa'g nyjnlf fbhaq gung jnl. Castopulence Software <http://www.castopulence.org/> <bamcc...@castopulence.org> -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/