#!/usr/bin/perl use strict; use warnings; my $data_start = tell DATA; print while (); seek DATA, $data_start, 0; print while (); __DATA__ hello world