in reply to Re^2: Memory requirements for a Win32 GUI
in thread Memory requirements for a Win32 GUI

Do not confuse Win32.pm with Win32::GUI! If I try a tiny script like this:

use Win32; #use Win32::GUI; Win32::MsgBox("Hello world");
then without the Win32::GUI Task Manager reports 2332KB and with 3832KB.