Sub::Regex

Sub::Regex is a Perl module to create synonymous subroutines.
Download

Sub::Regex Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • xern
  • Publisher web site:
  • http://search.cpan.org/~xern/PerlIO-via-Babelfish-0.01/Babelfish.pm

Sub::Regex Tags


Sub::Regex Description

Sub::Regex is a Perl module to create synonymous subroutines. Sub::Regex is a Perl module to create synonymous subroutines.SYNOPSIS use Sub::Regex; sub /look(s|ing)?_for/ ($){ foobar blah blah } look_for('Amanda'); looks_for('Amanda'); looking_for('Amanda'); lOoKiNg_fOr('Amanda');Sub::Regex is a small tool for users to create a subroutine with multiple names. The only thing to be done is replace the normal name of a subroutine with a regular expression. However, regexp modifiers are not allowed, and matching is all considered case-insensitive. Requirements: · Perl


Sub::Regex Related Software