Help for this page

Select Code to Download


  1. or download this
    use Win32::API;
    $function = Win32::API::More->new(
    ...
    #### or on Cygwin and non-Cygwin
    die "Error: ".(Win32::FormatMessage(Win32::GetLastError())) if ! $func
    +tion;