#!/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
In reply to ode to a new school... by EvanK
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |