> 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
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