Help for this page
my $pos= tell(DATA); chomp( my $x= <DATA> ); warn "Testing($x)"; ... warn "Testing($x)"; __END__ some data
Testing(some data) at redata.pl line 4, <DATA> line 1. Testing at redata.pl line 12. Testing(some data) at redata.pl line 14, <DATA> line 1.