Ports Search

Results 10,86110,870 of 19,819 for %22HTTP Server%22.(0.021 seconds)
converters/Convert-Morse-0.06 (Score: 9.2878623E-4)
Perl module to convert between ASCII and Morse codes
Perl module to convert between ASCII and Morse codes
converters/Convert-BinHex-1.125 (Score: 9.2878623E-4)
Perl module to extract data from Macintosh BinHex files
BinHex is a format used by Macintosh for transporting Mac files safely through electronic mail, as short-lined, 7-bit, semi-compressed data streams. Convert::BinHex provides a means of converting those data streams back into into binary data.
converters/Convert-IBM390-0.28 (Score: 9.2878623E-4)
Functions for manipulating mainframe data
Convert::IBM390 -- functions for manipulating mainframe data Convert::IBM390 is a Perl module. It supplies various functions that you may find useful when messing with IBM System/3[679]0 data. See the POD documentation in the module, or "man Convert::IBM390" after you have installed it. asc2eb, eb2asc, eb2ascp: ASCII/EBCDIC conversion packeb, unpackeb: pack/unpack and convert an EBCDIC record hexdump: dump memory in an MVS-like format
converters/Convert-PEM-0.08 (Score: 9.2878623E-4)
Read/write access to ASN.1-encoded PEM files with optional encryption
This is Convert::PEM, a module implementing read/write access to ASN.1-encoded PEM files (with optional encryption).
converters/JSON-2.90 (Score: 9.2878623E-4)
Perl extension to convert to JSON (JavaScript Object Notation)
Perl extension interface to convert to JSON (JavaScript Object Notation).
converters/Convert-TNEF-0.18 (Score: 9.2878623E-4)
Perl module to read TNEF files
Perl module to read TNEF files TNEF stands for Transport Neutral Encapsulation Format, and if you've ever been unfortunate enough to receive one of these files as an email attachment, you may want to use this module.
converters/Convert-UU-0.52.01 (Score: 9.2878623E-4)
Perl5 module for uuencode and uudecode
SYNOPSIS use Convert::UU qw(uudecode uuencode); $encoded_string = uuencode($string,[$filename],[$mode]); ($string,$filename,$mode) = uudecode($string); $string = uudecode($string); # in scalar context DESCRIPTION uuencode() takes as the first argument a scalar that is to be uuencoded. Alternatively a filehandle may be passed that must be opened for reading. It returns the uuencoded string including begin and end. Second and third argument are optional and specify filename and mode. If unspecified these default to "uuencode.uu" and 644. uudecode() takes a string as argument which will be uudecoded. If the argument is a filehandle this will be read instead. Leading and trailing garbage will be ignored. The function returns the uudecoded string for the first begin/end pair. In array context it returns an array whose first element is the uudecoded string, the second is the filename and the third is the mode.
converters/Convert-UUlib-1.50 (Score: 9.2878623E-4)
Perl5 interface to the uulib library (a.k.a. uudeview/uuenview)
Convert::UUlib is a versatile and powerful decoder/encoder library for a variety of encodings used in Usenet and Mail (uuencode, xxencode, b64, binhex...).
converters/Encode-Detect-1.01 (Score: 9.2878623E-4)
Encode::Encoding subclass that detects the encoding of data
This Perl module is an Encode::Encoding subclass that uses Encode::Detect::Detector to determine the charset of the input data and then decodes it using the encoder of the detected charset. It is similar to Encode::Guess, but does not require the configuration of a set of expected encodings. Like Encode::Guess, it only supports decoding--it cannot encode.
Fix double encoded UTF-8 bytes to the correct ones
Encode::DoubleEncodedUTF8 adds a new encoding utf-8-de and fixes double encoded utf-8 bytes found in the original bytes to the correct Unicode entity.