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 Wanet Telecoms Ltd 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. blueyoda

    Net::Ping

    Hello, My trouble is the following : I want to know if I can reach the server named "toto". The system ping (ping toto) answer me : "toto is alive" $serveur = "toto"; $p = Net::Ping->new(); $p->ping($serveur); answer me : "toto is...
  2. blueyoda

    Net::Ping

    Hello, I'm using the Net::Ping module so as to test if a server can be link. But with any servers, the system ping tell me the server is alive, therefore the Net::Ping answer me the server can't be linked. Thanck you for helping me.
  3. blueyoda

    Use grid in Tk

    Hello, I installed the release Tk800.022 on my unix station. I can use the layout PACK, but I can't use GRID or PLACE. Can someone tell me why ? Thanck you

Part and Inventory Search

Back
Top