ofornes has asked for the wisdom of the Perl Monks concerning the following question:
In my ??żż part something should be done to auto-refresh the results from the child. Could you give me an insight here or where to look for ideas?... I have been lost for 2 weeks trying to find a solution here... Thank you in advance! EDITED: I checked my spelling mistakes V_v'my $pid = fork(); if (not defined $pid) { die "\nCannot fork!: $!\n"; } elsif ($pid == 0) { # child # exec ($child, $parameters); } else { # parent # ??żż }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Problems in displaying my results
by Corion (Patriarch) on Mar 04, 2008 at 12:39 UTC | |
by ofornes (Novice) on Mar 04, 2008 at 16:52 UTC |