Hi,
I want to write a perl script which call another perl script and the first one quit. Means it should call perl script in another thread and instead of waiting for that to finish it should quit. For example:
script1.pl will call script2.pl smoehow and script1.pl must quit after that and all...