Statement Perl

while () {
    print;
}
__DATA__
Here
is
the
text!
while () {
    print;
}
__END__
Here
is
the
text!