13 lines
293 B
Plaintext
13 lines
293 B
Plaintext
##
|
|
## A cow with three eyes, brought to you by dpetrou@csua.berkeley.edu
|
|
##
|
|
$extra = chop($eyes);
|
|
$eyes .= ($extra x 2);
|
|
$the_cow = <<EOC;
|
|
$thoughts ^___^
|
|
$thoughts ($eyes)\\_______
|
|
(___)\\ )\\/\\
|
|
$tongue ||----w |
|
|
|| ||
|
|
EOC
|