- or download this
#! perl
use strict;
...
chomp $output;
tprint("Finished the command: $output");
}
- or download this
C:\>test.pl
### Running a regular command ###
...
8s : Thread 3 - Finished the command: hello world
8s : Thread 2 - Finished the command: hello world
8s : Thread 0 - All Threads joined
- or download this
C:\>perl -v
...
Complete documentation for Perl, including FAQ lists, should be found
+on
this system using "man perl" or "perldoc perl". If you have access to
+ the
Internet, point your browser at http://www.perl.org/, the Perl Home Pa
+ge.
- or download this
C:\>test.pl 1
### Running a perl script ###
...
7s : Thread 0 - > Input received, all done
7s : Thread 0 - All Threads joined