Summary

This chapter covered some of the more obscure extensions that have functions of significance. These functions are not well understood. For programmers who need to use them, however, they are indispensable.

The Win32::Console extension provides a script with the capability to manage console applications. This is quite handy when an administrator wants an application that requires user input but does not need the overhead of a GUI interface. Additionally, it is very handy for a service or CGI script to kick open a console and output information to it.

The Win32::Sound extension provides a coder with rudimentary sound capabilities. Most of the scripts I write to act as services use this extension to play back .WAV files, which tell me what ...

Get Win32 Perl Programming: The Standard Extensions, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.