#!/usr/bin/perl -w use strict; { print "I'm going to sleep"; sleep(1); redo; }