Wee Middle of the night
Goodnight moon
#!/usr/bin/perl -w
use strict;
my $laundry = "done";
if ($laundry eq "done";) {
sleep_now();
dream();
}
night
Goodnight moon
#!/usr/bin/perl -w
use strict;
my $laundry = "done";
if ($laundry eq "done";) {
sleep_now();
dream();
}
night