Miscellaneous Win32 Functions

Many miscellaneous functions come with the standard Win32 extension. These functions include some important and quite-often-overlooked necessities.

Even though all these functions are accessed through the Win32 namespace, such as

Win32::DomainName(); 

not all of them are part of the Win32 extension. Some of these functions (such as the DomainName() function) are built into Win32 Perl directly. Therefore, you can call these functions as you would a normal built-in Perl function: without loading any extension. Regardless of whether you are calling a built-in function or calling a Win32 extension-specific function, you must still specify the Win32 namespace.

Built-in Win32 Functions

Win32 Perl has built-in functions ...

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.