- or download this
# Initialization:
if (accept $me, $spouse) {
...
@cupboard = sort @clothes;
# automatically remove dirty underwear and put them
# in @laundry
- or download this
"Honey, can you bring the trash outside?" (Y)es/(N)o
"Can you _please_ clean your desk?" (Y)es/(N)o
- or download this
END {
print "Byebye, sweetheart!\n"; # en-US locale
print "Hasta la vista, baby!\n"; # en-ARNI locale
}
- or download this
study $scalar;
# aborts with error message: "Cannot study, too much distraction!"
...
warn $message;
# overridden by the system; used to notify you of
# upcoming birthday, wedding anniversary etc.