Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    $|=1;
    ...
        }
        return ($err,\@data);
    }
    
  2. or download this
    use strict;
    use Coro;
    ...
        foreach my $task (@ftasks) {        $task->join();    }
        return ($err,\@data);
    }