Hello and happy new year to everyone. I have a text string in perl, which I wrote to a file using normal open,print,close functions.
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. I tried using different binmodes to no avail. On the #perl IRC channel someone kindly pointed out those last two hex chars may have to do with the encoding of the file. Any help would be very much appreciated. Please keep in mind I sent this email to beginners because I am a beginner, this pack, unpack stuff confuses me a bit. :] Thank you! -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/