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]
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
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 ;
}
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]