On July 17, 2001 at 12:27, anthonyw wrote:

> Prerequisites
> -------------
> 
>  A program for converting a file to BASE64. The script currently uses the
> mmencode program which is available on Linux platforms. 

Note, there is the base64.pl library that is part of MHonArc that
contains base64 encoding routines.  Also, the MIME::Base64 Perl module
could also be used.

Maybe you can modify the script to use either one of these libraries
so there is no dependency on an external program.

--ewh

Reply via email to