can this be possible?
because currently when i execute the perl program it does run on the background while if i call the program via php using system command it does not execute in background.
mind telling me what to do?
thank you in advance.
How are you executing it? You probably need to add an '&' to the end of the command to fork it into the background.