Statement Perl

#!/usr/local/bin/perl -w
    for (;;)
    {
       print "This is the loop that never ends...\n";
    }