Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. sirjase

    Watching telnet port for data parching data and returning responce

    I'm able to connect to the remote host. And get good output. Problem is The last word of the output is COMPLETED. At that point I would like the connection to go away. I still Cannot get it work thru a browser. Thanks for your help.......
  2. sirjase

    cannot get DBD::mysql to load in Yv2 LINUX

    Yes mysqld_safe is running. I found a file in /temp/mysql/mysql.sock But I cannot find mysqld.sock
  3. sirjase

    cannot get DBD::mysql to load in Yv2 LINUX

    Ok. Same problem test install wants to see the file in /var/run/mysqld/<file.sock> How do I tell mysql to send the sock file here...... Thanks again for look at my post....
  4. sirjase

    Watching telnet port for data parching data and returning responce

    Ok I don't Know What to do next. Should I move this post to cgi? I came up with this code.. my ($hostname,$port,$host,$obj,$ok); use Net::Telnet (); $hostname = 204.5.40.133; $port = 9053; #*#*#*#*#*#*# Connection #*#*#*#*#*#*# #$obj = new Net::Telnet (); $host = new Net::Telnet (Timeout=>10)...
  5. sirjase

    cannot get DBD::mysql to load in Yv2 LINUX

    I can CPAN.... CPAN>DBD::mysql
  6. sirjase

    Watching telnet port for data parching data and returning responce

    Thank you for viewing my post. And any help would be greatly appr........ What I Would like to do is in a CGI script... I would like to open a telnet sesion with lets say 192.168.1.1 port 7011 and pass a string "do:this,now,withoutdelay,please,thankyou" and then wait for a responce to the...

Part and Inventory Search

Back
Top