Help for this page

Select Code to Download


  1. or download this
    use forks;    #ALWAYS LOAD AS FIRST MODULE, if possible
    use warnings;
    
    # a bunch more code that never mentions "use threads;"
    
  2. or download this
    # Use forks as a drop-in replacement for an ithreads application
    perl -Mforks -Mforks::shared threadapplication
    
  3. or download this
    perl -Mforks  script.pl
    perl -Mforks -Mforks::shared  script.pl