Generating graphics

2003-09-03 Thread Mehmet . Ekici
Hi all, I have some datas in a file and I need to generate graphics from the datas and show on html page. Is there any idia ? Regards, Mehmet -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Bidirectional pipes

2003-09-02 Thread Mehmet . Ekici
Hi, I have already using DBI module, I just wanted to explain with an example. Let think that I want to be root user and issue some command in that case I also need bidirectional pipes. su - root Password execute some commands here . Mehmet

Re: Bidirectional pipes

2003-09-02 Thread Mehmet . Ekici
Hello, I tried it to use with sqplus username/passwd after this I like to send some sql commands and get their results but at some point system blocks and I don't get anything $ph = open2 (\*Reader , \*Writer, "sqlplus xxx/yyy"); print Writer , "desc user_tables;\n"; while () { print ; }

Bidirectional pipes

2003-09-02 Thread Mehmet . Ekici
Hi all, I wonder how can I open pipe to STDIN and STDOUT of a process ? Tnx. Mehmet -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]