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...
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...
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?
Well, $foor and $bar have specific purposes, but I just tried your snippet of code, and you're right... it works as expected. So I fiddled around with the code I was having problems with, and I got it so $foo and $bar aren't equal at the end anymore (my initial prob). There is still one...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.