30 Jan
2001
30 Jan
'01
4:17 p.m.
#!/usr/bin/perl
$str = "Also, if you are running W2K and are suffering regular crashes the
----- Original Message ----- From: "Riad S. Wahby" <rsw@mit.edu> problem
is operator error, not Windows.";
$str =~ s/W2K/Linux/; $str =~ s/Windows/Linux/;
print $str; exit;
Yes, that is fairly accurate. Not particularly relevant though, since he was only knocking Windows. I wouldn't have gone to so much trouble to express it, either.