in reply to Re: Writing Interrupt proram in PERL
in thread Writing Interrupt proram in PERL

See Lack of Windows Support from the documentation.

Martin

Replies are listed 'Best First'.
Re^3: Writing Interrupt proram in PERL
by venkatesan_G02 (Sexton) on Oct 05, 2009 at 11:28 UTC
    So, is there any work-around for using POE::Wheel::ReadLine under windows environment?

      From the documentation:

      "Really good workarounds are possible but don't exist as of this writing. They involve writing a special POE::Loop for Windows ..."

      Perhaps you could implement this suggestion, or search the web to see if anyone else has achieved something similar.

      Martin