On Tue, 4 Feb 2003 15:46:31 -0500, [EMAIL PROTECTED] wrote: > >Hello, > >I have some code using TK. I used perlapp to compile my code, but the >external images will not compile into the exe file. >How can I include them in the compiler or how can I embed the image within >my perl code ? > >$img = $top->Photo(-file => ('smfig44.bmp')); > I don't have an example handy, but you could use MIME::Base64 to encode the photos into printable text, then put them into a variable or a __DATA__ section.
There is a nice module called Inline::Files which might assist you. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]