Acme-Bleach-Numerically

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

      # To bleach your script numerically
      use Acme::Bleach::Numerically;
      print "Hello, world!\n";

      # Or do your own bleaching
      use Acme::Bleach::Numerically qw/num2str str2num/;
      my $world = str2num(qq{print "hello, world!\n";})

DESCRIPTION
    Georg Cantor has found that you can squeeze the whole world between zero
    and one. Many say he went insane because of that but the reality is, he
    just bleached himself with continuum hypothesis :)

    This module does just that -- map your whole world onto a single point
    between 0 and 1. Welcome to the Programming Continuum of Perl!

  EXPORT
    This module autobleaches when no argument is passed via "use". When you
    pass arguments, you can import "str2num" and "num2str" functions on
    demand.

lib/Acme/Bleach/Numerically.pm  view on Meta::CPAN

  use Acme::Bleach::Numerically;
  print "Hello, world!\n";

  # Or do your own bleaching
  use Acme::Bleach::Numerically qw/num2str str2num/;
  my $world = str2num(qq{print "hello, world!\n";})

=head1 DESCRIPTION

Georg Cantor has found that you can squeeze the whole world between
zero and one.  Many say he went insane because of that but the reality
is, he just bleached himself with continuum hypothesis :)

This module does just that -- map your whole world onto a single point
between 0 and 1.  Welcome to the Programming Continuum of Perl!

=head2 EXPORT

This module autobleaches when no argument is passed via C<use>.  When
you pass arguments, you can import C<str2num> and C<num2str> functions
on demand.



( run in 0.777 second using v1.01-cache-2.11-cpan-483215c6ad5 )