On Sunday 02 December 2007 21:21:49 Devin Heitmueller wrote: > In order to insert the $pcre_libpath into the content of the PIR, I > had to change the interpolation mode in pir_output_is(). This > therefore required me to escape the backslashes in the heredoc.
Oh. I missed that, but it makes sense. > If there's a more preferred approach to this sort of problem, let me > know and I will happy resubmit the patch with said approach. If it were me, I'd switch those lines from C<print> to C<say> and avoid the question altogether. -- c