- or download this
$min = int(rand(10)) + 15;
$max = int(rand(25));
$dayofdeath = int(rand($max)) + $min;
- or download this
print "DAY: $days\n";
print "================\n";
...
print "EGGS: $eggsacks\n";
print "EGGS LAID TODAY: $eggslaidtoday\n";
print "================\n";
- or download this
print <<END_OF_REPORT;
DAY: $days
...
EGGS LAID TODAY: $eggslaidtoday
================
END_OF_REPORT