I am a novice in this area, so please excuse these dumb questions. Running a perl program on WINDOWS from a CF page with CFEXECUTE. The perl program will take a minute or two to complete processing, and then can either write a file, or use a print command like:
print "Job: ",$run_job_id[$job]," charges: ",$run_job_charges[$job],"\n"; However, when I run the page, it immediately returns and displays the completed page WITHOUT waiting for the perl results. I would like the page to "WAIT" for the perl results before displaying the page footer, etc. TNX for any hints. Richard Colman [EMAIL PROTECTED] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:201185 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

