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: gd0t
  • Order by date
  1. gd0t

    help with a set of sets in a file

    thank you very much. this worked great. i'm finding perl impossible to learn "on the go" and i simply don't have a lot of time. i will be able to finish this now, i hope. :-)
  2. gd0t

    help with a set of sets in a file

    I cannot say with certainty that every line has the same number of sets on it. I cannot say for sure how many integers are in each set. I do know that there are _probably_ at most 15 sets per line and that each set is a subset of the integers 0 through 30 or so... thanks again, m
  3. gd0t

    help with a set of sets in a file

    Sorry for the confusion. I am trying to compile a list of all the Sets which appear in this file. For example {0,1,2,3,4,5} is the first set in the first line. But if {0,1,2,3,4,5} appears later in the file, i do not want to keep track of it again. So in effect, I am making a set of the sets...
  4. gd0t

    help with a set of sets in a file

    I am very new to perl, but have some familiarity with other languages, *nix, and mathematics. Here is my problem I was hoping someone could help me with. I have a (rather large, about 56,000 lines) text file with each line formated as follows: Set1, Set2, Set3,...,LastSet, Notice that the...

Part and Inventory Search

Back
Top