Quite honestly, even without using pp it's very easy to simply place
the text file at the end of th perl script under a __DATA__ marker,
which will cause the contents of the text file to be opened into the
DATA filehandle at runtime.

This doesn't have to be done with any copy-paste functions either. You
can just `cat

2009/10/18 Yaniv Dudu <yaniv.d...@ecitele.com>:
> Hi,
>
> I wrote a script that is using  two text file and an  executable C++ file, I 
> want to make one executable out of all my files: the two text file the C++ 
> executable and the Perl.
>
> is it possible?
> If so, how?
>
> Thank you,
> Yaniv.
>



-- 
Dodger

Reply via email to