in reply to Writing Interrupt proram in PERL
#!C:/Perl/bin/perl.exe use strict; use warnings; use POE; # The base system. use POE::Wheel::ReadLine; # For reading lines from the console.
Error: MSWin32 cannot run POE::Wheel::ReadLine at C:/Perl/site/lib/POE/Wheel/ReadLine.p m line 17.
Does this error mean i cannot use POE under windows environment?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Writing Interrupt proram in PERL
by marto (Cardinal) on Oct 05, 2009 at 11:19 UTC | |
by venkatesan_G02 (Sexton) on Oct 05, 2009 at 11:28 UTC | |
by marto (Cardinal) on Oct 05, 2009 at 11:34 UTC |