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