Heat and Perl
Monday, July 30th, 2001 10:14 pmI am not a summer person. Heat makes me tired, irritable and generally gloomy about the state of the world. Consequently, the fact that for the last week the temperature has typically been 38 Celsius in the shade has not made me a happy person. I avoid going out. I growl at people. I can't sleep at night, and then I can't wake up in the morning (well actually, this is pretty true most of the time, but the effects seem worse when it's hot).
When I do sleep, I keep getting this dream about Perl. For non-geeks, I should explain that Perl is a kind of programming language which looks something like this:
sub wordcount {
print "Enter word\n;
$totalwords = 1;
$wordcount = 0;
$searchstring = <>;
chop $searchstring;
Not the kind of thing you'd expect the stuff of dreams to be made on, but here I am dreaming that I'm writing Perl scripts. The great thing is that these scripts actually do stuff in the real (well, dream) world; I can make interdimensional holes appear and swallow my neighbour's horrible yappy dogs and so forth.
The funny thing is that I've only written one program in Perl, and that was over a year ago. Presumably these dreams are trying to tell me to start coding again.
When I do sleep, I keep getting this dream about Perl. For non-geeks, I should explain that Perl is a kind of programming language which looks something like this:
sub wordcount {
print "Enter word\n;
$totalwords = 1;
$wordcount = 0;
$searchstring = <>;
chop $searchstring;
Not the kind of thing you'd expect the stuff of dreams to be made on, but here I am dreaming that I'm writing Perl scripts. The great thing is that these scripts actually do stuff in the real (well, dream) world; I can make interdimensional holes appear and swallow my neighbour's horrible yappy dogs and so forth.
The funny thing is that I've only written one program in Perl, and that was over a year ago. Presumably these dreams are trying to tell me to start coding again.