Daniel Sirait > Language-Indonesia > Language::Indonesia

Download:
Language-Indonesia-0.02.tar.gz

Annotate this POD

CPAN RT

Open  0
Report a bug
Source  

NAME ^

Language::Indonesia - Write Perl program in Bahasa Indonesia.

SYNOPSIS ^

    use Language::Indonesia;

DESCRIPTION ^

This module will help a lot of Indonesian programmers (most of them aren't good enough in english) to write Perl program in Bahasa Indonesia.

The linguistic principles behind Language::Indonesia are described in:

    http://www.anti-php.net/~daniels/index.pl?_work=indonesia
Conversion table:

Bahasa Indonesia perlfunc ========= ======= cetak print format_cetakan printf potongkan chomp potong chop untuk for selagi while lakukan do etc.
There's a lot of ambiguity in this module, for example:
tidak strict;    # no strict;  ?
Will confuse Indonesian programmers, I think. :-)

BUGS ^

Not all Perl built-in function implemented.

AUTHOR ^

Daniel Sirait <dns@cpan.org>

COPYRIGHT AND LICENSE ^

Copyright (C) 2006 by Daniel Sirait

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.7 or, at your option, any later version of Perl 5 you may have available.