Help for this page

Select Code to Download


  1. or download this
    package main;
    use strict;
    ...
    threads->create( \&GetIt2, $ARGV[ 0 ] )->join;
    
    #_exit(0);