Help for this page

Select Code to Download


  1. or download this
    use threads;
    use threads::shared;
    ...
    
    threads->create($_) for qw( set_positive set_zero printer);
    $_->join for threads->list;