- or download this
#!/usr/bin/perl
use strict;
use Win32;
...
print "Thread logging test completed\n";
exit;
- or download this
#!/usr/bin/perl
print "\n\nThis is a test!\n\n";
exit;
- or download this
::Test thread logging
@echo STARTED %time%
...
@echo COMPLETED %time%
@Pause
- or download this
Starting thread logging test
C:\AS_v5.8.6_Perl\bin\perl.exe D:\FinancialReports_PerlSource\PDS\outp
+ut_test.pl >MyLog.txt 2>&1
Thread logging test completed