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 strongm 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. JeffChilders

    sending a request

    looking in the perl cookbook I followed the example in making a server now I put in the daemon stuff so it will run on its own. how do I kill it? from the wrapping code heres what I have so far..... sub signal_handler { $time_to_die = 1; } $SIG{INT} = $SIG{TERM} = $SIG{HUP} =...
  2. JeffChilders

    sending a request

    siberian, thanks. I guess you use net::ping? or Net::Telnet with the deamon?. I am interested in your solution. If you have so code lying around for me to look at I would greatly appreciate it. Til then I'll see what I acn come up with. jeff
  3. JeffChilders

    sending a request

    is there a way to send a url request without recieving the response?

Part and Inventory Search

Back
Top