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

    iPod questions

    I have a couple questions about the iPod. My friend told me that using USB is a lot slower than FireWire. If it is.. then is it unbearably slow? Also, I have Windows 98, and the mac website says it requires at least Windows 2000. I'm assuming this is because of the software, but I have a hard...
  2. zyphon08

    A Hash within a Struct and keys()

    I'm using Class::Struct, and I created a struct that has a hash inside it. Now I want to loop through all of the elements in the hash using a foreach loop. The code looks like this.. foreach ( keys $games{$curGame}->matrix ) { # stuff happens here... } %games is a hash of structs, and...
  3. zyphon08

    Good for computer science?

    I was just wondering, are macs good for computer science? I've always thought of PCs as the definitive development computers and Macs as the definitive multimedia computers. So I was wondering, are Macs (OS X) good for development and computer science?
  4. zyphon08

    Backreferencing Question

    I'm fairly new to Perl (I know other languages), but I am extremely new to regular expressions. While writing a script, I ran into a little problem while trying to backreference to a match in a regular expression. The part of the code was similar to the following: if(/(hello)/) { $foo = $1...

Part and Inventory Search

Back
Top