in reply to Perl Telnet Client

It is possible to tranform it to a CGI?

everything is possible, what are you trying to achieve?

What about call it with a php script?

See above

My task is not use bin, but use the system calls of php (NO CGI ON THE SERVER).

I (and judging from the lack of responses, most people) can't figure out what you are talking about. Please explain yourself.

Replies are listed 'Best First'.
Re: Re: Perl Telnet Client
by tucano (Scribe) on Jun 02, 2004 at 10:48 UTC
    I try to explain:
    1. I have a chat server at telnet port 2002
    2. techies connect to the chat with a telnet client
    3. i want to make a client for the web page (http:recipient.cc)
    4. In the apache server cgi is NOT active.
    5. So I try to use php to call a perl script
    6. The php script send the information to a flash movie
    7. for a something similar you can search for Node 356769 (Flash and Perl)