The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Acme::W - Enjoy programing with planting grass!

SYNOPSIS

use Acme::W;

print 'wwwwwwwwwwwwwwwwww';

DESCRIPTION

Acme::W enables programing with planting grass. For example when you execute the following code,displayed "Hello World".

use Acme::W;

print "Hello World\n";

And the executed code is rewrote.

use Acme::W;

WWwwWW "Hello World\n";


=pod
# This file rewrote by Acme::W version 0.01.
# The following codes are original codes.

use Acme::W;

print "Hello World\n";


=cut

In addition,you execute rewrote code,to similar displayed "Hello World".

AUTHOR

Takashi Higashigata <dameo at cpan.org>

SEE ALSO

Acme::Bleach

LICENSE

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.