http://www.perlmonks.org?node_id=243206

Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:


Is it possible to read a executable file (or other data file) into a variable and compile the script with perl2exe or similar and have the executable-datas incorporated into the new executable file generated when compiling the perl-code ?

and

is it possible to call this exe-file in this variable, possible with command switches, and then afterwards go back to my perl executable?

I got this one executable file that I want, if possible, to use in a perl executable file but I only want one executable file alltogheter..