Help for this page
#! perl -slw use strict; ... MessageBox( 0, 'Some Text', 'A title', 0x200000|0x001000|0x000030 ) or die $^E;