|
|
| No such thing as a small change | |
| PerlMonks |
Re: An introduction to POEby Coruscate (Sexton) |
| on Aug 10, 2003 at 09:14 UTC ( #282587=note: print w/ replies, xml ) | Need Help?? |
|
hrmm... your script fails horribly for me. It freezes after I type the first character. The 'Type fast:' prompt is also right-flushed on my terminal. Uncommenting your cygwin line fixes the right-flushed text, but that is a bad way to do it. $/ is best kept at "\n". Try using \015\012 instead of \r\n as well. "\r\n" and "\015\012" are not guaranteed to be the same value. So to beat the snot out of POE for once (and most likely only time) in my life heh:
If the above content is missing any vital points or you feel that any of the information is misleading, incorrect or irrelevant, please feel free to downvote the post. At the same time, please reply to this node or /msg me to inform me as to what is wrong with the post, so that I may update the node to the best of my ability.
In Section
Tutorials
|
|
||||||||||||||||||||||||||||||||||||