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 TouchToneTommy 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: *

  • Users: greavemr
  • Order by date
  1. greavemr

    system() return

    hello Again, Please ignore my last comments, its been a long day!!! Why not try and do the ping from within the code rather than calling an external command, here is some example code that may be useful: #!perl.exe use Net::Ping; use Time::HiRes qw( gettimeofday tv_interval ); $bytes =...
  2. greavemr

    system() return

    Hi, I think that the command that you want to use is: $command = "ping 127.0.0.1"; system $command this should work correctly!!! Hope this helps!! mark

Part and Inventory Search

Back
Top