Help for this page

Select Code to Download


  1. or download this
    use threads::shared 1.21;
    
  2. or download this
    use forks::shared 1.21;
    
  3. or download this
    #!/usr/bin/perl -w
    use forks;
    ...
    
    use Thread::Queue;
    ...