Acme-BottomsUp

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

          grep { $_ % 2 }     # then get the odd ones
          map { $_**3 }       # then cube each one
          join ":",           # and glue together
          print               # lastly, display result
        ;
        print "ok";
        no Acme::BottomsUp;

INSTALLATION

To install this module, run the following commands:

    perl Makefile.PL
    make
    make test
    make install

PREREQUISITES

    Filter::Simple
    PPI

SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this module with the perldoc command.

    perldoc Acme::BottomsUp

You can also look for information at:

    Search CPAN
        http://search.cpan.org/dist/Acme-BottomsUp

    CPAN Request Tracker:
        http://rt.cpan.org/NoAuth/Bugs.html?Dist=Acme-BottomsUp

lib/Acme/BottomsUp.pm  view on Meta::CPAN

Please report any bugs or feature requests to
C<bug-acme-bottomsup at rt.cpan.org>, or through the web interface at
L<http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Acme-BottomsUp>.
I will be notified, and then you'll automatically be notified of progress on
your bug as I make changes.

I'm also available by email or via '/msg davidrw' on L<http://perlmonks.org>.

=head1 SUPPORT

You can find documentation for this module with the perldoc command.

    perldoc Acme::BottomsUp

You can also look for information at:

=over 4

=item * AnnoCPAN: Annotated CPAN documentation

L<http://annocpan.org/dist/Acme-BottomsUp>



( run in 1.127 second using v1.01-cache-2.11-cpan-d8267643d1d )