Help for this page

Select Code to Download


  1. or download this
    require threads ;
    require threads::shared ;
    ...
    require Thread::Semaphore;
    require Getopt::Std;
    require Carp;
    
  2. or download this
    PerlThreads]# perlcc -o xm xm.pl
    /usr/bin/perlcc: xm.pl did not compile:
    ...
     String found where operator expected at xm.pl line 151, near "carp "p
    +roblem with the NamedPipe ($opt_n) ""
            (Do you need to predeclare carp?)
    ....