in reply to Re^2: Help: Mime decoding of a large file
in thread Help: Mime decoding of a large file
Read: perldoc -f binmode
Oversimplified explanation: Win will puke trying to cope with binary data unless suitably instructed (binmode) that said data includes (most) non-ASCII chars.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Help: Mime decoding of a large file
by jujiro_eb (Sexton) on Apr 16, 2009 at 13:13 UTC | |
by zwon (Abbot) on Apr 16, 2009 at 18:24 UTC | |
by jujiro_eb (Sexton) on Apr 16, 2009 at 18:29 UTC |