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

  1. ionstorm101

    IO::Socket problem

    Ok, this program im writing is part of a challenge on a site. Basically I have to connect to a page, take the output, parse out a string, append that string to a url and then connect to that url to get the solution. The following is my code #!usr/bin/env perl -w use IO::Socket; $sock = new...
  2. ionstorm101

    File I/O problem

    Hi, im writing a script to create lists of words from an input file. The script im writing is meant to take 3 arguments, an input file, a list of words not to be included in the dictionary and an output file. The problem is I want no repeated words in the dictionary. What im trying to do is...

Part and Inventory Search

Back
Top