Re: Thread and fork in Perl

2001-12-11 Thread Jonathan E. Paton
> Is someone knows if this kind of operations (pipe, fork, > pthread_create, semaphore_get, ...) are available in Perl. Yes, these kinds of things are available. Read: perldoc perl perldoc -f open perldoc -f fork etc etc > I thinks so but the problem is the lack of litterature in > Perl. If y

Thread and fork in Perl

2001-12-11 Thread Samuel Marin
Hello, I'm managing OS courses and I want to make exercises (system programmation) in Perl instead of the traditionnal C language... Is someone knows if this kind of operations (pipe, fork, pthread_create, semaphore_get, ...) are available in Perl. I thinks so but the problem is the lack of l