You now pass the program name instead of the PID to the script.my $command = shift; my $pid = fork(); unless (0 == $pid){ ...Tk code... }else{ exec($command); }
In reply to Re: linux memory leak monitor
by onkhector
in thread linux memory leak monitor
by zentara
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |