Help for this page

Select Code to Download


  1. or download this
    use strict;
    use Win32::Process;
    ...
    sub print_error() {
        return Win32::FormatMessage( Win32::GetLastError() );
    }
    
  2. or download this
        "C:/my files/jim/perl monks/tkwarn.exe", # path to executable
    
  3. or download this
        The system cannot find the file specified.
    
  4. or download this
    # loader - starts Perl scripts without the annoying DOS window
    use strict;
    ...
    sub print_error() {
        return Win32::FormatMessage( Win32::GetLastError() );
    }
    
  5. or download this
        The directory name is invalid.