Search results for "module:Encode::Config"
Config::Maker::Encode - Wrapper for Encode and PerlIO::encoding
This module exports three functions, "encode", "decode" and "encmode". The "encode" and "decode" functions work like their counterparts from Encode. The "encmode" function is a wrapper around "binmode" core function, that sets ":encoding(*$encoding*)...
BULB/Config-Maker-0.007 - 17 Apr 2005 20:39:22 UTC
DOCSIS::ConfigFile::Encode - Encode functions for a DOCSIS config-file.
DOCSIS::ConfigFile::Encode has functions which is used to encode "human" data into list of unsigned characters (0-255) (refered to as "bytes") later in the pod. This list can then be encoded into binary data using: $bytestr = pack 'C*', @uchar;...
JHTHORSEN/DOCSIS-ConfigFile-1.01 - 24 Jul 2023 09:10:36 UTC
Encode::Detect::Upload - Attempt to guess user's locale encoding from IP, HTTP_ACCEPT_LANGUAGE and HTTP_USER_AGENT
Dealing with input from globally disperse users can be a real pain. Although when setting web forms to utf-8 browsers will often do the right thing, in some instances, such as text file uploads, you are stuck will trying to figure out the files chars...
COSMICNET/Encode-Detect-Upload-0.04 - 23 Nov 2013 01:05:55 UTC
Encode::MIME::EncWords - MIME 'B' and 'Q' header encoding (alternative)
This module is intended to be an alternative of "MIME-*" encodings provided by Encode::MIME::Header core module. To find out how to use this module in detail, see Encode. Module specific feature config(KEY => VALUE, ...); *Class method.* Set options ...
NEZUMI/MIME-EncWords-1.014.3 - 27 Sep 2014 06:04:59 UTC
HTML::FormFu::Filter::Encode - Encode/Decode Submitted Values
CFRANKS/HTML-FormFu-2.07
-
14 Dec 2018 16:07:11 UTC
Data::Record::Serialize::Encode::ddump - encoded a record using Data::Dumper
Data::Record::Serialize::Encode::ddump encodes a record using Data::Dumper. The resultant encoding may be decoded via @data = eval $buf; It performs the Data::Record::Serialize::Role::Encode role....
DJERIUS/Data-Record-Serialize-1.05 - 26 Sep 2023 20:37:46 UTC