Acme::VerySign

Acme::VerySign is a Perl module to make unused subroutines useful.
Download

Acme::VerySign Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Mark Fowler
  • Publisher web site:
  • http://search.cpan.org/~markf/Acme-VerySign-1.00/lib/Acme/VerySign.pm

Acme::VerySign Tags


Acme::VerySign Description

Acme::VerySign is a Perl module to make unused subroutines useful. Acme::VerySign is a Perl module to make unused subroutines useful.SYNOPSIS use Acme::VerySign; sub hello { "Hello World" } print helo(); print "Did you mean: $_ ?" foreach @{ helo() } helo()->buy(); print helo();After all is said and done, it's not actually that helpful that perl returns an error whenever it can't find a subroutine.This module solves this. With new subfinder technology whenever perl can't call a subroutine it automatically returns a scalar that stringifies to "64.94.110.11" instead!But wait! There's more - due to our use of Symbol::Approx::Sub technology if you treat the scalar as an arrayref you can get the names of the subroutines we think you meant! You can even specify the way we do searching using Symbo::Approx::Sub semantics (i.e. we support the 'match' and 'xform' parameters. use Acme::VerySign xform => "Text::Metaphone";Finally, you can use the "buy" method on the returned scalar and this module will install the first matching subroutine for you. Requirements: · Perl


Acme::VerySign Related Software