在 ??, 2003-09-19 00:56, Perl Authors Upload Server 寫道: 
>   similar:
>     Term::ANSIColor Win32::Console Win32::Console::ANSI

Note that Term::ANSIScreen has a Win32::Console emulation mode, and also
works in a cross-platform fashion:

    use Term::ANSIScreen;
    my $console = Term::ANSIScreen->new;
    $console->Cls; # or any other Win32::Console API

Can you look at it a bit, and see if that module and yours are
equivalent with each other?

Thanks,
/Autrijus/

Attachment: signature.asc
Description: =?UTF-8?Q?=E9=80=99=E6=98=AF=E6=95=B8=E4=BD=8D=E5=8A=A0=E7=B0=BD?= =?UTF-8?Q?=E7=9A=84=E9=83=B5?= =?UTF-8?Q?=E4=BB=B6?=

Reply via email to