mscerts.net
 
Adaptive Technologies
Adobe AIR Apps
Artistic Software
Communications
Database
Desktop Environment
Documentation
Education
Games
Home Automation
Information Management
Internet
Multimedia
Office
Printing
Programming
Religion
Science
Science and Engineering
Security
System
Terminals
Text Editing&Processing
Utilities
 
 
myGengo 1.2.0
corejet.jira 1.0 Alpha 1
jsoncmd 0.0
correct_pycountry 0.12.2
Monsters 1.0
corejet.core 1.0 Alpha 1
Scope::Container::DBI 0.04
DBIx::DataModel 1.27
Word Golf 0.2.1
Plack::Middleware::LogWarn 0.001002
 
 
 

Convert::Moji 0.01

Convert between lists of characters

Convert::Moji is a Perl module that transforms one list of characters into another. Here are some ways you could make a rot13 transformer with this module:

 use Convert::Moji;
 # Using a table
 my %rot13; @rot13{('a'..'z')} = ('n'..'z','a'..'m');
 my $rot13 = Convert::Moji->new (["table", \%rot13]);
 # Using tr
 my $rot13_1 = Convert::Moji->new (["tr", "a-z", "n-za-m"]);
 # Using a callback
 sub rot_13_sub { tr/a-z/n-za-m/; return $_ }
 my $rot13_2 = Convert::Moji->new (["code", \&rot_13_sub]);


Then to do the actual conversion

 my $out = $rot13->convert ("secret");

and now $out contains "frperg".You also can go backwards with

 my $inverted = $rot13->invert ("frperg");

and now $inverted contains "secret".

Requirements:

· Perl

  Other
-   Config::GitLike 1.04
-   Class::Data::Reloadable 0.04
-   CatalystX::ListFramework 0.5
-   Capture::Tiny 0.08
-   CGI::Search 0.5
-   Apache::TieBucketBrigade 0.05
-   Unicode::LineBreak 1.007.520
-   Acme::UNIVERSAL::cannot 0.01
-   Acme::MorseComments 1.00
-   TagPy 0.94.8
-   Flask-Cache 0.2
-   web2pyrecipe 1.0
-   pyzipcode 0.3
-   MongoDBPipe 0.1.0
-   AppDispatch 0.3.0
-   ijson 0.2.0
-   pyloldraw 1.0
-   pydenji 0.2
-   Tokyo Cabinet 1.4.46
-   Apache Compress Ant Library 1.0
 
 
                mscerts.net