On 02/16/2007 07:58 AM, Doroshok Stanislav wrote:
hi all

I need output from system():

@rrd = ("/usr/bin/rrdtool","graph","-","--title","hypergraph",........);
$rezult = system(@rrd);

how can i get output? p.s. i don't wont use `` and run shell;
thanks





The command "perldoc -f open" shows you how to do get the output from a command without starting a shell.



--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to