Wee Middle of the night

Posted by Michael Palmer on Monday, February 23, 2004
1
2
3
4
5
6
7
#!/usr/bin/perl -w
use strict;
my $laundry = "done";
if ($laundry eq "done";) {
    sleep_now();
    dream();
}

night


comments powered by Disqus