NAME
Term::Screen::Win32 - Simple Term::Screen style interface to the Win32::Console (and Win32::Console::ANSI) capabilities
Version 0.01
SYNOPSIS
use Term::Screen::Win32;
#
# Do all the stuff you can do with Term::Screen
#
See Term::Screen for details
DESCRIPTION
This module provides the same interface as Term::Screen provides.
It was created to be used with Term::Screen::Uni.
Functions are not supported
These functions are not supported and will croak if called:
term()
-
Useless on Win32
These functions are different from Term::Screen:
def_key('name','input string')
-
Provide 'virtual keycode' as an 'input string'
EXPORT
None.
SEE ALSO
Term::Screen, Win32::Console, Win32::Console::ANSI
AUTHOR
Daniel Podolsky, <tpaba@cpan.org>
COPYRIGHT AND LICENSE
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.
2 POD Errors
The following errors were encountered while parsing the POD:
- Around line 217:
'=item' outside of any '=over'
- Around line 227:
You forgot a '=back' before '=head2'