in reply to Re^2: explain my code
in thread explain my fork
Outputs:use strict; use warnings; print "FIRST\n"; fork(); print "SECOND\n";
FIRST SECOND SECOND
It would therefor appear that it DOES execute that command twice. If you think it does not, please supply what you are using as evidence so that we might see what you are doing differently.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: explain my code
by qbxk (Friar) on Jun 23, 2006 at 15:24 UTC |