hi all,
i am trying to call a c program (main.exe) using these.
the c program resides in a different machine from the script.
the comline scalar just adds on different parameters for the program.
i feel like im doing something wrong with my system call. is a call to
a url allowed?
---------------------------
&ReadParse(*para);
$| = 1;
&checkSCode;
foreach $name ( keys(%para) ) {
push(@query, "$name=$para{$name}");
}
$comline = join("\&", @query);
# print $comline;
# generate the chart by calling 'gifChart'
system("http://..../cgichart/main.exe $comline");
---------------------------
thanks,
peter
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]