This is a single archived entry from Stefan Tilkov’s blog. For more up-to-date content, check out my author page at INNOQ, which has more information about me and also contains a list of published talks, podcasts, and articles. Or you can check out the full archive.

Perl Poetry

Stefan Tilkov,

Very nice:

    open(LIFE,"life");
@mind=<LIFE>;
close LIFE;
unlink "life";
while($day=pop @mind)
{undef $day}

[via Charles Miller]

On October 24, 2007 12:02 PM, Aristotle Pagaltzis said:

:-)

Surprisingly, I haven’t grown to hate my own sole attempt ever.