in reply to RE: Files, unpack and text values
in thread Files, unpack and text values

Man, that looks like a great way to put it! BUT, since I'm a very stuborn person, I'm going to keep trying to learn what the hell unpack is all about before I finaly give up and cut/paste your suggestion (which I more or less understand). Is there any particular reason why you suggested uuencode/uudecode over pack/unpack, or would you just prefer to do it that way?

#!/home/bbq/bin/perl
# Trust no1!

Replies are listed 'Best First'.
RE: RE: RE: Files, unpack and text values
by httptech (Chaplain) on Jun 26, 2000 at 07:27 UTC
    Simply because uuencode is available as a unix command-line tool, so creating the uuencoded GIF would not require me to write any code.