Help for this page

Select Code to Download


  1. or download this
    #! perl
    use strict;
    ...
        chomp $output;
        tprint("Finished the command: $output");
    }
    
  2. 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
    
  3. 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.
    
  4. or download this
    C:\>test.pl 1
    ### Running a perl script ###
    ...
    
    7s : Thread 0 - > Input received, all done
    7s : Thread 0 - All Threads joined