Win XP. Active Perl and POSIX:termios not implemented



Hello,
I wrote script which work propertly on Linux Kubuntu but when I try run it on Windows XP with Active Perl I've this warning:

POSIX::termios not implemented on this architecture at temp2.pl line 7.


Please help....

With greetings
Czarek

PS. Sorry for my English... :)

--------------------------------------------------------

use Net::Telnet;
use Term::ANSIColor;
use Term::Cap;
use POSIX;

require POSIX;
my $termios = new POSIX::Termios; #this is line no 7
$termios->getattr;
my $ospeed = $termios->getospeed;
.



Relevant Pages

  • Re: system calls
    ... If you are writing a WIndows App, you are expected to program it using the Windows ... If you are writing a POSIX app, use the POSIX API, and be prepared for whatever it ... to a Unix API, should I write to Gnome, or KDE, or what? ...
    (microsoft.public.vc.mfc)
  • Re: DOS Newline Character
    ... > have to deal with this, it's worth pointing out that the Windows NT ... > Linux has not passed POSIX compliance, nor is it likely ever to. ... basic level of POSIX conformance, and that the implementation leaves a ... Printing on GNU/Linux? ...
    (comp.os.linux.misc)
  • Re: DOS Newline Character
    ... > have to deal with this, it's worth pointing out that the Windows NT ... > Linux has not passed POSIX compliance, nor is it likely ever to. ... basic level of POSIX conformance, and that the implementation leaves a ... Printing on GNU/Linux? ...
    (alt.os.linux)
  • Re: high performance timer
    ... zu messen und idealerweise auch abzuwarten. ... POSIX bietet ... Windows bietet ... Fuer Windows kenne ich diesen 3.19Mhz Timer, ...
    (de.comp.os.unix.programming)
  • Re: Want to use special characters in file names
    ... So Posix can create files with windows illegal names. ... The reason they are reserved is that they have meaning. ... > I would think there is no particularly good technical reason to> reserve those characters. ...
    (microsoft.public.windowsxp.general)