I could not get the result of perl script to my browser. I need help thanks.
I use IIS + Win NT
my code is like this. Bu the result of the passthru perl script is not seen on my browser. What is the problem.
$fp="d:\inetpub\scripts\tool_locs.pl";
passthru($fp);
My code is workiing properly. I check the ret_val of exec or passthru coomand.
Thaks in advance
Cengiz