Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
        }
        print time, " test 2: func end\n";
    }
    
  2. or download this
    1273747847 test 0: main start
    1273747847 test 1: func start
    1273747847 test 2: func end
    1273747873 test 3: main end