> 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 you could refer me a book, it will be great !

Don't complain about lack of literature, there is some very
good documentation for Perl.  ORA books are usually worth
recommending (particularly "Programming Perl" and "Perl in
a Nutshell"), but also try:  

www.perldoc.com

Jonathan Paton

__________________________________________________
Do You Yahoo!?
Everything you'll ever need on one web page
from News and Sport to Email and Music Charts
http://uk.my.yahoo.com

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to