MIME::Decoder::Gzip64



MIME::Decoder::Gzip64

NAME
SYNOPSIS
DESCRIPTION
SEE ALSO
AUTHOR

NAME

MIME::Decoder::Gzip64 − decode a "base64" gzip stream

SYNOPSIS

A generic decoder object; see MIME::Decoder for usage.

DESCRIPTION

A MIME::Decoder::Base64 subclass for a nonstandard encoding whereby data are gzipped, then the gzipped file is base64−encoded. Common non-standard MIME encodings for this:

    x−gzip64

Since this class relies on external programs which may not exist on your machine, MIME-tools does not "install" it by default. To use it, you need to say in your main program:

    install MIME::Decoder::Gzip64 'x−gzip64';

Note: if this class isn’t working for you, you may need to change the commands it runs. In your main program, you can do so by setting up the two commands which handle the compression/decompression.

    use MIME::Decoder::Gzip64;
    $MIME::Decoder::Gzip64::GZIP   = 'gzip −c';
    $MIME::Decoder::Gzip64::GUNZIP = 'gzip −d −c';

SEE ALSO

MIME::Decoder

AUTHOR

Eryq (eryq@zeegee.com), ZeeGee Software Inc (http://www.zeegee.com).

All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.



More Linux Commands

manpages/SDL_MapRGBA.3.html
SDL_MapRGBA(3) - Map a RGBA color value to a pixel format...
Maps the RGBA color value to the specified pixel format and returns the pixel value as a 32-bit int. If the format has a palette (8-bit) the index of the closes

manpages/procmailsc.5.html
procmailsc(5) - procmail weighted scoring technique.........
In addition to the traditional true or false conditions you can specify on a recipe, you can use a weighted scoring technique to decide if a certain recipe matc

manpages/snmp_set_var_typed_value.3.html
snmp_set_var_typed_value(3) - netsnmp_varbind_api functions
The functions dealing with variable bindings fall into four groups dealing with the creation, setting of values, output and deletion of varbinds. Creation snmp_

manpages/pthread_cancel.3.html
pthread_cancel(3) - send a cancellation request to a thread
The pthread_cancel() function sends a cancellation request to the thread thread. Whether and when the target thread reacts to the cancellation request depends o

manpages/raw2tiff.1.html
raw2tiff(1) create a TIFF file from a raw data (Man Page)...
raw2tiff converts a raw byte sequence into TIFF. By default, the TIFF image is created with data samples packed (PlanarConfiguration=1), compressed with the Pac

manpages/putchar.3.html
putchar(3) - output of characters and strings (Man Page)....
fputc() writes the character c, cast to an unsigned char, to stream. fputs() writes the string s to stream, without its terminating null byte (\0). putc() is eq

manpages/echo_wchar.3ncurses.html
echo_wchar(3ncurses) - add a complex character and rendition
echo_wchar.3ncurses - The add_wch, wadd_wch, mvadd_wch, and mvwadd_wch functions put the complex character wch into the given window at its current position, wh

manpages/imapd.8.html
imapd(8) - IMAP server process (Admin - Linux man page).....
Imapd is an IMAP4rev1 server. It accepts commands on its standard input and responds on its standard output. It MUST be invoked by master(8) with those descript

manpages/pvalloc.3.html
pvalloc(3) allocate aligned memory - Linux manual page......
The function posix_memalign() allocates size bytes and places the address of the allocated memory in *memptr. The address of the allocated memory will be a mult

manpages/gnutls_cipher_init.3.html
gnutls_cipher_init(3) - API function - Linux manual page....
This function will initialize an context that can be used for encryption/decryption of data. This will effectively use the current crypto backend in use by gnut

manpages/Tcl_AppendToObj.3.html
Tcl_AppendToObj(3) - manipulate Tcl objects as strings......
The procedures described in this manual entry allow Tcl objects to be manipulated as string values. They use the internal representation of the object to store

manpages/XInitThreads.3.html
XInitThreads(3) - multi-threading support - Linux man page
XInitThreads.3 - The XInitThreads function initializes Xlib support for concurrent threads. This function must be the first Xlib function a multi-threaded progr





We can't live, work or learn in freedom unless the software we use is free.