Acme-Takahashi-Method

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

NAME
    Acme::Takahashi::Method - turns your script into slides accordingly to
    the Takahashi Method

SYNOPSIS
      use Acme::Takahashi::Method;
      # and the rest of your codes.

DESCRIPTION
    The Takahashi Method <http://www.rubycolor.org/takahashi/> is a strong,
    powerful and impressive method that makes your presentation something
    unforgettable. This module makes your script as impressive as those
    presentations.

    Seeing is believing. try

      cp eg/fact.pl
      perl -Ilib fact.pl 10

    and see what I mean.

README  view on Meta::CPAN

      you need braces make it fit into one line.

        do { stuff } while(cond); # ok

        do {
          stuff;
        }
        while(cond);              # perfectly NG

SEE ALSO
    The Takahashi Method (Japanese) <http://www.rubycolor.org/takahashi/>

    Acme

AUTHOR
    Dan Kogai, <dankogai@dan.co.jp>

COPYRIGHT AND LICENSE
    Copyright (C) 2005 by Dan Kogai

    This library is free software; you can redistribute it and/or modify it

lib/Acme/Takahashi/Method.pm  view on Meta::CPAN


Acme::Takahashi::Method - turns your script into slides accordingly to the Takahashi Method

=head1 SYNOPSIS

  use Acme::Takahashi::Method;
  # and the rest of your codes.

=head1 DESCRIPTION

The Takahashi Method L<http://www.rubycolor.org/takahashi/> is a
strong, powerful and impressive method that makes your presentation
something unforgettable.  This module makes your script as impressive
as those presentations.

Seeing is believing.  try

  cp eg/fact.pl
  perl -Ilib fact.pl 10

and see what I mean.

lib/Acme/Takahashi/Method.pm  view on Meta::CPAN

  do {
    stuff;
  }
  while(cond);              # perfectly NG

=back

=head1 SEE ALSO

The Takahashi Method (Japanese)
L<http://www.rubycolor.org/takahashi/>

L<Acme>

=head1 AUTHOR

Dan Kogai, E<lt>dankogai@dan.co.jpE<gt>

=head1 COPYRIGHT AND LICENSE

Copyright (C) 2005 by Dan Kogai



( run in 0.732 second using v1.01-cache-2.11-cpan-e1769b4cff6 )