Win XP. Active Perl and POSIX:termios not implemented
- From: Czarek <pikos1@xxxxxxxxxxxxxx>
- Date: Mon, 23 Jul 2007 22:38:37 +0200
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;
.
- Follow-Ups:
- Re: Win XP. Active Perl and POSIX:termios not implemented
- From: Petr Vileta
- Re: Win XP. Active Perl and POSIX:termios not implemented
- Prev by Date: Re: It's not PHP, is it? (potential new CPAN module)
- Next by Date: Re: Win XP. Active Perl and POSIX:termios not implemented
- Previous by thread: It's not PHP, is it? (potential new CPAN module)
- Next by thread: Re: Win XP. Active Perl and POSIX:termios not implemented
- Index(es):
Relevant Pages
|
|