#!/usr/bin/perl use strict; # with or without this use warnings; # with or without this use Win32; use Win32::GUI (); # Prevents autoexport for this module.