
hurukan
New User
Mar 22, 2006, 4:32 PM
Post #3 of 3
(5659 views)
|
Re: [davorg] win32 env: redirect output stream from command line using cgi script
[In reply to]
|
Can't Post
|
|
efectively, but it was simplier to redirect the output of a code that is already existing instead creating a new script that is doing exactly the same thing, but... I tried, it is working with all the XP console dos-like commands but it seems that apache doesn't want to execute a java code outside of the space reserved for the scripts to be executed, but now this is no more a perl issue but an apache/java issue, thanks anyway for your help, ... by the way $myresultsfromoutput = `(antiquote) command line plus params`(anti quote again) works better than $mycommandtoexecute = qq~command line plus params~; $myresults=qx/$mycommandtoexecute/; don't know why ???? Dimitri
|