in reply to Re^2: does system() return a pid?
in thread does system() return a pid?

"Any documentation I could read ..."

I assume from this statement that there's some documention you can't read (or, more likely, find or access). Here's some options:

With internet access:

Without internet access, the perldoc utility is still available from the command line. It should give you the documentation for whatever version of Perl you're using. At least the first, but probably both, of these should work for you:

— Ken