start page | rating of books | rating of authors | reviews | copyrights

Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: MouseButtons Chapter 19
Win32 Modules and Extensions
Next: Reference: PeekInput
 

OutputCP

$

cons


->OutputCP(
[

codepage

]
)

Gets or sets the output code page used by the console. Note that this doesn't apply to a console object, but to the standard output console. You may want to use the non-instantiated form to avoid confusion:

$codepage = Win32::Console::OutputCP(); Win32::Console::OutputCP(437);


Previous: Reference: MouseButtons Perl in a Nutshell Next: Reference: PeekInput
Reference: MouseButtons Book Index Reference: PeekInput

Library Navigation Links

Copyright © 2001 O'Reilly & Associates. All rights reserved.