1MIMEENCODE(1) User Contributed Perl Documentation MIMEENCODE(1)
23
4
NAME
6mimeencode - encode a file
7
SYNOPSIS
9mimeencode
10Give usage.
1112
mimeencode [-d] encoding <infile >outfile
13Encode/decode stdin to stdout.
14
DESCRIPTION
16Encode (or, with -d, decode) stdin with the given encoding, writing
17results to stdout.
1819
This does not do MIME parsing; it merely exercises the decoder modules.
20
AUTHOR
22Eryq, eryq@zeegee.com
2324
25
26
perl v5.38.0 2023-07-20 MIMEENCODE(1)