use strict; use warnings; get_data(); get_data(); sub get_data { while ( ) { print $_; } } ##get_data __DATA__ A B C D