Help for this page

Select Code to Download


  1. or download this
            do{
             
             Win32::GUI::DoEvents();
             
            } until ($::MSG{"Dialogue"}{"Text"} ne '');
    
  2. or download this
            $dlg->Dialog();
            print "User Entered:".$::MSG{"Dialogue"}{"Text"}."\n";