open FH, 'included.pl'; my $text; { local $/ = undef; $text = ; } close FH; my $name = 'turd'; eval $text; die "error in included file: $@" if $@;