Acme-AliG
view release on metacpan or search on metacpan
b) cause the whole of any work that you distribute or publish, that
in whole or in part contains the Program or any part thereof, either
with or without modifications, to be licensed at no charge to all
third parties under the terms of this General Public License (except
that you may choose to grant warranty protection to some or all
third parties, at your option).
c) If the modified program normally reads commands interactively when
run, you must cause it, when started running for such interactive use
in the simplest and most usual way, to print or display an
announcement including an appropriate copyright notice and a notice
that there is no warranty (or else, saying that you provide a
warranty) and that users may redistribute the program under these
conditions, and telling the user how to view a copy of this General
Public License.
d) You may charge a fee for the physical act of transferring a
copy, and you may at your option offer warranty protection in
exchange for a fee.
NAME
Acme::AliG - Translates from English to Ali G
VERSION
version 0.0102
SYNOPSIS
echo hello | alig
The above command will print 'allo'.
DESCRIPTION
This module provides a script called alig. It will translate whatever
you feed it via STDIN from English to Ali G.
AUTHOR
Naveed Massjouni <naveedm9@gmail.com>
COPYRIGHT AND LICENSE
This software is copyright (c) 2011 by Naveed Massjouni.
## Installation
sudo cpan Acme::AliG
## Usage
echo hello | alig
The above command will print `allo`
## Description
This module provides a script called alig. It will translate whatever you
feed it via STDIN from English to Ali G.
## Documentation
See [Acme::AliG](https://metacpan.org/module/Acme::AliG)
#!/usr/bin/env perl
use strict;
use warnings;
use Acme::AliG;
print alig($_) while <>;
lib/Acme/AliG.pm view on Meta::CPAN
Acme::AliG - Translates from English to Ali G
=head1 VERSION
version 0.0102
=head1 SYNOPSIS
echo hello | alig
The above command will print 'allo'.
=head1 DESCRIPTION
This module provides a script called alig. It will translate whatever you
feed it via STDIN from English to Ali G.
=head1 AUTHOR
Naveed Massjouni <naveedm9@gmail.com>
( run in 0.894 second using v1.01-cache-2.11-cpan-de7293f3b23 )