I have the file downloading fine using FTP. Now, I need to convert it from (I believe) binary into ASCII characters. I've been looking at 'binmode' and 'stat $filename', but I don't get a response from 'print "File is binary.\n" if -B;' and the 'binmode HANDLE' results in getting no output if I try to print the file contents, instead of jibberish.
Could someone give me an actual example of a script which converts a binary file to ascii? Also, does anyone have an idea of what the proper delimiter should be? When I set a line of the file to a variable, I end up with a total of 1 line. Do I need a module for this? Thank you, Shawn ********************************************************************** This e-mail and any files transmitted with it may contain confidential information and is intended solely for use by the individual to whom it is addressed. If you received this e-mail in error, please notify the sender, do not disclose its contents to others and delete it from your system. ********************************************************************** -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]