I want to execute a perl program with php, but I don't want php to wait while the perl program finishes because it's takes a while. Does anybody know a trick?
I tried to make php execute a perl program which executes another perl program I have the same problem with perl as I have with php.