Help for this page
use strict; use Win32::GUI; ... $Window->mycheckbox->Hide(); }
Win32::GUI::DestroyWindow($Window->{mycheckbox}{-handle}); delete $Window->{mycheckbox}; #use hashref syntax instead of autoload +ed methods