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 bkrike 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. enterdavertex

    need help on my code .....

    Server Code: #! /usr/bin/perl -w use FileHandle; use Socket; $filename = "/tmp/temporarily"; socket(SERVER,PF_UNIX, SOCK_STREAM, 0) or die"Can't create socket SERVER\n"; autoflush SERVER 1; bind(SERVER,sockaddr_un("/tmp/0805638") or die"Can't bind server\n"; listen(SERVER,0) or die"Can't...

Part and Inventory Search

Back
Top