Help for this page

Select Code to Download


  1. or download this
        system("start $filename");
    
  2. or download this
    use Win32 qw(SW_SHOWNORMAL);
    use Win32::API;
    ...
      print STDERR Win32::FormatMessage($result), "\n";
      exit(1);
    }