Acme-Takahashi-Method
view release on metacpan or search on metacpan
or something.
noslideshow
By default, this module plays a slide show before it executes. If you
only need to make slides, turn this on as
use Acme::Takahashi::Method noslideshow => 1;
noclobber
By default, this module clobbers your original script. If you don't
want this kind of tragedy,
use Acme::Takahashi::Method noclobber => 1;
You still get nice slides.
noexec
If you just want to make slides and don't want to run scripts, do
use Acme::Takahashi::Method noexec => 1;
lib/Acme/Takahashi/Method.pm view on Meta::CPAN
=item noslideshow
By default, this module plays a slide show before it executes. If you
only need to make slides, turn this on as
use Acme::Takahashi::Method noslideshow => 1;
=item noclobber
By default, this module clobbers your original script. If you don't want this kind of tragedy,
use Acme::Takahashi::Method noclobber => 1;
You still get nice slides.
=item noexec
If you just want to make slides and don't want to run scripts, do
use Acme::Takahashi::Method noexec => 1;
( run in 0.342 second using v1.01-cache-2.11-cpan-1c8d708658b )