open INCL, "path_to_include_file"; { local $/ = undef; print ; } close INCL; #### print `cat path_to_include_file`;