Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
        my @command_output = $thread->join ;
        print "job done\n";
    }
    
  2. or download this
    package myTest;
    
    ...
    }
    
    1;
    
  3. or download this
    #!/usr/bin/perl
    
    ...
        my @command_output = $thread->join ;
        print "job done\n";
    }
    
  4. or download this
    Thread 1 terminated abnormally: Undefined subroutine &main::1