| Previous | Next
Win32 ExtensionsIn addition to the modules listed previously, Perl for Win32 can use an additional set of functions from the Win32 extension. These functions provide useful tools for some Windows-specific tasks that don't require their own modules. They are exported from the Win32 package with: use Win32; Many of these functions do not take arguments and return the value (or values) of the requested information, unless otherwise noted.
|