NAME
Convert::GeekCode - Convert and generate geek code sequences.
SYNOPSIS
use Convert::GeekCode; # exports geek_decode()
print geek_decode(<<'.'); # yes, that's author's geek code
-----BEGIN GEEK CODE BLOCK-----
Version: 3.12
GB/C/CM/CS/CC/ED/H/IT/L/M/MU/P/SS/TW/AT d---x s+: a--- C++++ UB++++
P++++$ L+ E--- W+++$ N++ o? K w++(++++) O-- M- V-- PS+++ PE Y+
PGP- t+ 5? X+ R+++ !tv b++++ DI+++@ D++ G+++ e-- h* r+ z**
------END GEEK CODE BLOCK------
.
DESCRIPTION
Convert::GeekCode converts and generates Geek Code http://geekcode.com/ sequences. It supports different charsets and user-customizable codesets.
AUTHORS
Autrijus Tang <autrijus@autrijus.org>
Copyright (c) 2001 by Autrijus Tang. All rights reserved. This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.