GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Bastardize(3) User Contributed Perl Documentation Bastardize(3)

Text::Bastardize - a corruptor of innocent text

    #!/usr/bin/perl -w
    use strict;
    use Text::Bastardize;
    my $text = new Text::Bastardize;
    while (my $line = <>) {
        $text->charge($line);
        $text->k3wlt0k;
    }

Bastardize provides an magical object into which text can be charged and then returned in various, slighty modified ways.

Bastardize has the following methods

new creates the array object.
charge defines the object's value, and is the reccomended way to do so.
peek returns the object's value.
censor attempts to censor text which might be innaproriate.
disemvowel removes vowels from the text. Works well with annoying/offensive blog posts, I'm told.
k3wlt0k a k3wlt0kizer developed originally by Fmh.

The SYNOPSIS has an example of k3wlt0k in use, try tossing that into a file and running it with ``sh|perl k3wlt0k-filename'' :-)

n20e performs numerical abbreviations.

(ex. "numerical_abbreviation" becomes "n20e")

pig pig latin.

(ex. "hi there" becomes "ihay erethay")

rev reverses the arrangement of characters.
rdct converts english to hyperreductionist english.

(ex. "english" becomes "")

rot13 implements rot13 "encryption" in perl.

(ex. "foo bar" becomes "sbb one")

2006-10-05 perl v5.40.2

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.