|
Hi,
I would like my perl program to execute a shell script and confirm the same by navigating to a new page. I would like the program to immediately navigate to the new page after executing the script but am not able to code it properly as the system waits for the script to be executed first and then navigates to the new page.
Kindly help.
moin.
|
|
|
Oreilly has an article on process forking. There are of course inherent dangers of allowing processes to fork from an url being hit but this seems to be what you wanted to try and do.
http://www.oreilly.com/openbook/cgi/ch10_10.html
Basically execute your shell script in the child portion while in the parent you navigate to the new page.
semper fi...
|
|
|
Good one Semper Fi....Thanks a ton
|
|
|
|
|
|
|
|