#!/usr/bin/perl use School; $i = new School; $i->go_to("school"); my $teachers = $i->hate(); my $peers = $i->am("hated"); $i->wish($i->go_to("home ") or $i->go_to("anywhere but here")); $time = $i->have_been("here"); $discontent = $i->am("unhappy"); while($i->am("bored")) { $time++; $discontent++; if($i->hear("bell") { last; } } $i->go_to("home ") and $i->prepare_for("another day" => "hell");
______________________________________________
RIP
Douglas Noel Adams
1952 - 2001
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: ode to a new school...
by tachyon (Chancellor) on Aug 05, 2001 at 22:12 UTC | |
by EvanK (Chaplain) on Aug 15, 2001 at 08:56 UTC |