use strict; seek DATA, 0, 0; print while ; __DATA__ This is a test #### use strict; my $start = tell DATA; seek DATA, $start, 0; print while ; __DATA__ This is a test