Help for this page

Select Code to Download


  1. or download this
    use Win32::Process;
    
    ...
      print "$_\n";
      sleep(1);
    }
    
  2. or download this
    use Win32::API::Prototype;   # von die infamous Dave Roth
    
    ...
    $lpCaption = NewString("The Caption");
    
    MessageBox(0,$lpText,$lpCaption,0);