so, can regular perl program have multiple sub working at sametime?
Like displaying moving dots while calculating or simulatenaously launching two external program from perl script.. is that not possible?
What I thought of child process is wrong as it's running the same program I am running twice.. i need ways(or at least clue) on how to do above things without running full program of it's own.