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 dencom 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: neal83
  • Content: Threads
  • Order by date
  1. neal83

    no available ports for this script

    I am trying to teach myself network programming in perl and i am at the early stages, one of the first ports that i am trying to connect to on a server is port 13, this port is suppost to provide you with 'daytime' information (basically the time), problem is every server that i try to connect...
  2. neal83

    simple beginners problem

    i am trying to teach myself perl and network programming with perl and i am unsure of what the problem is with the following code: #!/usr/local/bin/perl print "PID=$$\n"; my $child = fork(); die "cant fork: $!" unless defined $child; if ($child > 0){ #parent process print "parent process...

Part and Inventory Search

Back
Top