Help for this page

Select Code to Download


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