I'm having trouble getting this sample POE code to work under Win32 (XP) with Activestate Perl 5.8.0.
I have installed the POE, TermReadKey, and Term-Cap modules. Here is the error I get:
>perl poetest.pl
Your vendor has not defined POSIX macro B38400, used at D:/Perl/site/l
+ib/POE/Whe
el/ReadLine.pm line 89
Compilation failed in require at (eval 31) line 1.
BEGIN failed--compilation aborted at (eval 31) line 1.
could not import qw(Wheel::ReadLine) at poetest.pl line 5
BEGIN failed--compilation aborted at poetest.pl line 5.
E:\Documents and Settings\vijay\test>perl -v
Seems like I may need to install Cygwin. But I'm curious as to what this macro at line 89 is, and if there is a workaround for Win32 - here is the relevant code from the ReadLine.pm module:
Line 12: use POSIX qw(B38400);
Line 88: # Get the terminal speed for Term::Cap.
my $ospeed = B38400;
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
|
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.