Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    use Win32;
    ...
    print "Thread logging test completed\n";
    
    exit;
    
  2. or download this
    #!/usr/bin/perl
    print "\n\nThis is a test!\n\n";
    exit;
    
  3. or download this
    ::Test thread logging
    
    @echo STARTED %time%
    ...
    @echo COMPLETED %time%
    
    @Pause
    
  4. 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