Hello,

There may be something else like this out there, but I couldn't find it... so I wrote it myself.

Any suggestions would be appreciated.

http://www.giantsquidmarks.com/bintoscalar.html

  • Comment on PERL/Tk tool to embed images (or other binaries) in your PERL source.

Replies are listed 'Best First'.
Re: PERL/Tk tool to embed images (or other binaries) in your PERL source.
by hossman (Prior) on Nov 05, 2003 at 23:17 UTC

    This is why i really like bitmaps.

    They're easy to cut/paste straight into your source code, and they're fairly easy to distibguish visually in your code ("oh, that's the smaile image, and *that* is the alert image.")

Re: PERL/Tk tool to embed images (or other binaries) in your PERL source.
by smalhotra (Scribe) on Dec 01, 2003 at 22:20 UTC
Re: PERL/Tk tool to embed images (or other binaries) in your PERL source.
by Anonymous Monk on Jan 17, 2004 at 19:36 UTC
    why not just pack/unpack it with UUencoding?