Home | Photography | Flickr | LiveJournal | Get Firefox

Archive for June 11th, 2002

geeks only

Apparently, this Perl code does something I didn't realize:
foreach my $thevalue (@some_array) {
# Do something
}
In this case $thevalue is actually a reference to that index of @some_array. I'm not sure how, in all of the Perl I've written, I would have never run into that, and I haven't looked it up in any documentation, but [...]

Read the rest of this entry »

untitled

So my boss isn't a total idiot.
My VPN access is down because my SecureID started reading "Prog" and I haven't got a new one yet. A service that always goes down (because the server has major issues and we are migrating everything off of it) did so again this morning. All of my employees are [...]

Read the rest of this entry »