nafiseh saberi wrote: > hi all... > do you know about fork function in perl? > and do it have any relation with operating > system???
fork() is a standard Unix system function, but on systems without native fork(), perl can emulate it (however I've never used perl on any non-Unix system, so I can tell you only what I've read). See: perldoc -f fork http://www.perldoc.com/perl5.6.1/pod/func/fork.html and: perldoc perlfork http://www.perldoc.com/perl5.6.1/pod/perlfork.html - RaFaL Pocztarski, [EMAIL PROTECTED] -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]