Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Creating (and using) a custom encoding.

by davido (Cardinal)
on May 30, 2013 at 04:57 UTC ( [id://1035959]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    package Encode::ROT13;
      use strict;
    ...
      *decode = \&encode;
    
      1;
    
  2. or download this
        use Encode qw(define_encoding);
        define_encoding($object, CANONICAL_NAME [, alias...]);
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://1035959]
Approved by Athanasius
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (7)
As of 2024-04-18 17:41 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found