http://www.perlmonks.org?node_id=673975

my_nihilist has asked for the wisdom of the Perl Monks concerning the following question:

why doesn't this work:
#!/usr/bin/perl use warnings; use strict; while (1) { sleep 5; print "interval"; }