Term::Screen::Win32 - Simple L<Term::Screen> style interface to the L<Win32::Console> capabilities |
Term::Screen::Win32 - Simple the Term::Screen manpage style interface to the the Win32::Console manpage (and the Win32::Console::ANSI manpage) capabilities
Version 0.03
use Term::Screen::Win32; # # Do all the stuff you can do with Term::Screen #
See the Term::Screen manpage for details
This module provides the same interface as the Term::Screen manpage provides.
It was created to be used with the Term::Screen::Uni manpage.
These functions are not supported and will croak if called:
term()
These functions are different from the Term::Screen manpage:
def_key('name','input string')
These functions are not exists in the Term::Screen manpage:
cleanup()
DESTROY
.
None.
the Term::Screen manpage, the Win32::Console manpage, the Win32::Console::ANSI manpage
Daniel Podolsky, <tpaba@cpan.org>
Copyright (C) 2006 by Daniel Podolsky, <tpaba@cpan.org>
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.4 or, at your option, any later version of Perl 5 you may have available.
Term::Screen::Win32 - Simple L<Term::Screen> style interface to the L<Win32::Console> capabilities |