NAME
Term::Screen::Uni - Works exactly as Term::Screen (version 1.09) on evry platform Term::Screen is working plus Win32
Version 0.04
SYNOPSIS
use Term::Screen::Uni;
#
# Do all the stuff you can do with Term::Screen
#
See Term::Screen for details
DESCRIPTION
This module in an interface to Term::Screen::Win32 on Win32, and to Term::Screen on other platforms.
Written just to make one of my scripts platform-independed
EXPORT
None.
SEE ALSO
Term::Screen, Term::Screen::Win32
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.