#!/usr/bin/perl -w use strict; my $foo_text .= $_ while (); print "$foo_text\n"; __DATA__ foo wears foo shoes at the foo store. #### Use of uninitialized value at foo.pl line 4, chunk 1 (#1)