Acme-ButFirst
view release on metacpan or search on metacpan
lib/Acme/ButFirst.pm view on Meta::CPAN
print;
} butfirst {
$_ = reverse $_;
} butfirst {
$_ = uc $_;
}
=head1 DESCRIPTION
C<Acme::ButFirst> allows you to execute a block of code, but first do
something else. Perfect for when you wish to add to the start
of a long block of code, but don't have the energy to scroll
upwards in your editor.
C<Acme::ButFirst> recognises both C<butfirst> and C<but first> as
keywords.
Usage of C<Acme::ButFirst> is lexically scoped. ButFirstification
can be explicitly disabled by using C<no Acme::ButFirst>.
=head1 SEE ALSO
( run in 0.221 second using v1.01-cache-2.11-cpan-0d8aa00de5b )