birth instructions and death

for(;;){
#give birth, a short term pregnancy
sleep(5);
open OUTF, ">shortlived.txt";
#give it identity
print OUTF " I am your child ";
close OUTF;
#five seconds in the sun
sleep(5);
#judgement
unlink("shortlived.txt");
}

Comments

, Pall Thayer

No conception? I think if you copy my Generative program and insert like so:

for(;;){
require('generative.pl');


That should do it.

, Eric Dymond

it nust be automata (automater?))